drewex Posted October 28, 2003 Posted October 28, 2003 Hi all Im using asp and asp.net at the same time. I am using this code in onme asp.net pages Application.Set("TopWindowColor", Request("righttopbgcolor")) Now i want to use the same variable TopWindowColor in a asp page. But it seems that its using its different a place to store them is there a way to make asp to see the same thing. Thanks for the help. Quote
*Gurus* Derek Stone Posted October 28, 2003 *Gurus* Posted October 28, 2003 Session state does not span across ASP.NET to ASP, nor the other way around. Quote Posting Guidelines
drewex Posted October 28, 2003 Author Posted October 28, 2003 but this is not a session is it. There should be way to interact them arent they. Quote
*Gurus* Derek Stone Posted October 28, 2003 *Gurus* Posted October 28, 2003 Application/session state in ASP.NET is different from the application/session state in classic ASP. They use two different data stores. They do not "interact" with one another out-of-the-box. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.