Re: Sharing ServerVariables between ASP.NET and ASP
From: William F. Robertson, Jr. (wfrobertson_at_kpmg.com)
Date: 05/23/03
- Next message: Matjaz Ladava: "Re: DataGrid control Issuse in SSL Page"
- Previous message: Todd Gray: "Authentication on Intranet"
- In reply to: Alejandro Feiges: "Sharing ServerVariables between ASP.NET and ASP"
- Next in thread: Clayton Armstrong: "Re: Sharing ServerVariables between ASP.NET and ASP"
- Reply: Clayton Armstrong: "Re: Sharing ServerVariables between ASP.NET and ASP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 23 May 2003 12:59:42 -0500
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.
>
>
- Next message: Matjaz Ladava: "Re: DataGrid control Issuse in SSL Page"
- Previous message: Todd Gray: "Authentication on Intranet"
- In reply to: Alejandro Feiges: "Sharing ServerVariables between ASP.NET and ASP"
- Next in thread: Clayton Armstrong: "Re: Sharing ServerVariables between ASP.NET and ASP"
- Reply: Clayton Armstrong: "Re: Sharing ServerVariables between ASP.NET and ASP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|