What if you put the following attribute in the <%@ Page directive.
AspCompat="true"
Tommy,
[quoted text, click to view] "Dinesh Upare" <dinesh_upare@gmx.net> wrote in message news:<OhKY0UcYDHA.2476@tk2msftngp13.phx.gbl>...
> Hi,
> In a library.
>
> we have a component which is hosted in MTS. This component internally uses
> GetObjectContext
> method and performs some actions based on the
> Request.ServerVariables("AUTH_USER");
> But if i run this component in ASP.NET the GetObjectContext method return
> null object and hence not able to perform
> any further actions.
>
> If run the same component from ASP , it runs fine.
> What is going wrong?
>
> Thanks
>
Hi,
In a library.
we have a component which is hosted in MTS. This component internally uses
GetObjectContext
method and performs some actions based on the
Request.ServerVariables("AUTH_USER");
But if i run this component in ASP.NET the GetObjectContext method return
null object and hence not able to perform
any further actions.
If run the same component from ASP , it runs fine.
What is going wrong?
Thanks
Dinesh