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.