Re: ASP-problems. Urgent!!!
I replied to your post in the ASP forum, but i just thought of something else...
My guess for why it works in the Session event and not the application is the at the time the application _onstart event fires, only the application and server objects have been instanciated. and i think once the session_onstart event fires, that's when the other objects are created - session, response and request.
just a thought,
John
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
Re: ASP-problems. Urgent!!!
Hey man
REsponse, Request , or session objects are created when the session in started
So therefore any call to these objects before session is started returns an
error.