Re: Sharing ServerVariables between ASP.NET and ASP

From: Clayton Armstrong (armstrongclayton_at_hotmail.com)
Date: 05/28/03


Date: Wed, 28 May 2003 13:41:18 +0100


The solution mentioned by Bill won't work, because SqlServer state
management is not an option for ASP.

Clayton

"William F. Robertson, Jr." <wfrobertson@kpmg.com> wrote in message
news:uHO9XUVIDHA.2232@TK2MSFTNGP10.phx.gbl...
> You can share Session state if you use a SqlServer for your state
> management.
>
> Both apps will have to point to the same SqlServer for their state
> retreival.
>
> bill
> "Alejandro Feiges" <afeiges@tpssa.com.ar> wrote in message
> news:#DI30gTIDHA.2220@TK2MSFTNGP10.phx.gbl...
> > Hello,
> >
> > I have an asp.net page that needs to call an asp page on a remote
server.
> >
> > At this time, i'm using HTTPWebRequest to call the asp page, passing the
> > default credentials, because i'm using integrated security.
> >
> > I can see Servervariables loaded in asp.net enviroment, like logon_user,
> > auth_user,etc.
> >
> > When i try to use them on the asp page, they are empty.
> >
> > Do you know how can i do to "share" the servervariables between ASP.NET
> and
> > asp page?
> >
> > Thanks for your time,
> > Alejandro.
> >
> >
>
>



Relevant Pages