Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: global.asa session variable


Message #1 by "sundar srinivasan" <ssrinivasan3@n...> on Thu, 12 Sep 2002 16:02:03
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



  Return to Index