aspx_professional thread: global.asa session variable
Hi Sundar, it's not possible to access ASP (global.asa) variables in ASP.NET, neither you can access ASP.NET (global.asax) in ASP. ASP.NET and old ASP sessions are separated. I think you have to use some workaround, e.g. to store ASP var in SQL server and read it again in .aspx page or build .asp page which calls .aspx page and passes the variables as querystring or something like this. Martin
|





