Can't I use aspx Application variables in asp pages?
Not unless you figure out a way to get them into your ASP.Net application.
ASP and ASP.Net are 2 completely different ISAPIs, and each runs in its own
Application memory space. The only way for an ASP application to talk to an
ASP.Net application is to send an HTTP Request to it, or get one from it.
--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.