I have seen how a session variable can be shared by classic asp and asp.net
What I want to know if I have defined an application variable in classic asp e.g. Application("MyDog")="German Shepard" how do I retrieve that value from a different asp.net page
n8900498
Member
47 Points
69 Posts
How to share an application variable in classic asp with asp.net
Jan 12, 2012 08:13 PM|LINK
I have seen how a session variable can be shared by classic asp and asp.net
What I want to know if I have defined an application variable in classic asp e.g. Application("MyDog")="German Shepard" how do I retrieve that value from a different asp.net page
Thank you
ignatandrei
All-Star
134790 Points
21593 Posts
Moderator
MVP
Re: How to share an application variable in classic asp with asp.net
Jan 13, 2012 03:57 AM|LINK
http://msdn.microsoft.com/en-us/library/aa479313.aspx