Pass the session in the ASP application to the ASP.NET application

xiaoxiao2021-03-06  41

ASP.NET Application To use the original ASP user system, the problem has appeared, how can the ASP Application allow the user to log in to the status and user information in ASP.NET. So we consider constructing the formation of the SESSION variables that are submitted to deliver the ASP application.

Examples are as follows

ASP application URL is

Http://127.0.0.1/ASP/ and web.config settings in ASP.NET applications

In the ASP application, add two ASP pages System.asp and AutopostForm.asp

<% response.write ("

Method = Post> ") Response.write (" Value = "& session (" UID ") &" ") &" ") &" ") Response.write (" ") Response.write ("