Yes Prashanth. they can't share the Session or Applications objects. This is because, all the ASP info is in the global.asa and all ASP.NET info stays in global.asax. More over the processing Arch. is totally different from one another!
Srinivasa Sivakumar Co-Author of ASP.NET Security www3.brinkster.com/webguru/ ----- Original Message ----- From: "PrashanthG" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 11:58 PM Subject: [DOTNET] Sharing ASP intrinsic objects across ASP and ASP.Net If the ASP pages share application state and session state using the ASP Application and/or the ASP Session objects, I read in Documentation that ASP and ASP.NET cannot share state across the two environments using these intrinsic objects. Is it true for only Application and Session Onjects or all ASP Intrinsic Objects like Request, Response. For example if I am passing a Request Object from Tradition ASP to VB.NET App Layer, will it work? Thanks PrashanthG You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
