Ask a Question related to ASP.NET Security, Design and Development.
-
Jeff Trotman #1
Re: Sharing ServerVariables between ASP.NET and ASP
Take a look at [url]http://www.sessionbridge.com[/url]. It is a utility that does just
what you're looking for.
Jeff Trotman
Westglenn Software
"Alejandro Feiges" <afeiges@tpssa.com.ar> wrote in message
news:%23DI30gTIDHA.2220@TK2MSFTNGP10.phx.gbl...and> 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> asp page?
>
> Thanks for your time,
> Alejandro.
>
>
Jeff Trotman Guest
-
Display Request.ServerVariables in .CFM
Can someone show me how to display the values of Request.ServerVariables in .CFM file? Many Thanks -
ServerVariables
I just loaded IIS 5.1 on my machine at home to do local ASP webpage development. One part of my ASP code is a simple... -
Request.ServerVariables Question
i would like to capture the server variables from a remote server in our org. is this possible ?? -
Request.ServerVariables missing?
Hello to all, Here is my situation. I have an old .ASP application that is doing the following: Uses Request.ServerVariables("Auth_User")... -
Servervariables different in ASP.NET
I have a filter (c/c++) on a site that handles authentication. A user logs in using a username and password, the ISAPI filter looks up the username... -
Jeff Trotman #2
Re: Sharing ServerVariables between ASP.NET and ASP
Take a look at [url]http://www.sessionbridge.com[/url]. It is a utility that does just
what you're looking for.
Jeff Trotman
Westglenn Software
"Alejandro Feiges" <afeiges@tpssa.com.ar> wrote in message
news:%23DI30gTIDHA.2220@TK2MSFTNGP10.phx.gbl...and> 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> asp page?
>
> Thanks for your time,
> Alejandro.
>
>
Jeff Trotman Guest



Reply With Quote

