Re: Sharing ServerVariables between ASP.NET and ASP

From: William F. Robertson, Jr. (wfrobertson_at_kpmg.com)
Date: 05/23/03


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.
>
>



Relevant Pages

  • Re: how tgo compare datevalues in sqlserver, asp and Access
    ... the field dtmDate in a sqlserver table may contain a date like ... but as the dates formatted differently in sqlserver and asp I ... Dim mydate as date ...
    (comp.databases.ms-access)
  • Re: XP Professional and the server
    ... have been HTML and only minor changes have been needed when viewed ... from the remote server. ... complexity of the ASP pages I need to make a small change and text it. ... Make sure you installed IIS. ...
    (microsoft.public.windowsxp.basics)
  • Re: Upgrading ASP w/SQLserver 2000 to ASP.NET w/ SQLserver 2005
    ... SQLserver 2000 to 2005 or ASP to ASP.NET? ... Our sql2000 database required minor changes to work in sql2005 and those changes could also be applied to the sql2000 ... ASP to ASP.Net is an entirely different matter. ... be a useful site. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: inet, ftp, asp and hardship
    ... > I need to send an updated file to a remote server via ftp whenever ... > in asp I get one of those 'cannot coerce type' errors. ... Dim strCMD ... Dim objNET ...
    (microsoft.public.inetserver.asp.components)
  • Re: Sharing ServerVariables between ASP.NET and ASP
    ... > I have an asp.net page that needs to call an asp page on a remote server. ... You cannot delegate the credentials supplied using integrated security to ...
    (microsoft.public.dotnet.framework.aspnet.security)