Sharing ServerVariables between ASP.NET and ASP

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

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

    Jeff Trotman Guest

  2. Similar Questions and Discussions

    1. Display Request.ServerVariables in .CFM
      Can someone show me how to display the values of Request.ServerVariables in .CFM file? Many Thanks
    2. 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...
    3. Request.ServerVariables Question
      i would like to capture the server variables from a remote server in our org. is this possible ??
    4. 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")...
    5. 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...
  3. #2

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

    Jeff Trotman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139