winxp pro+sp2 ASP.net global.aspx strange problem

  • Thread starter Thread starter z f
  • Start date Start date
Z

z f

Hi,

on my machine (winxp Pro+sp2)
with framework 1.1

the aspnet runs session_start before application_start
my web application that assumes application_start will run before breaks!

what can you tell???

TIA, z.
 
That is not physically possible. The application must be started before it
can host a session.

How do you know that is the case by the way?
 
i make a throw new exception in the application_onStart and ni
session_onStart
and i get the session exception.
truth is that in the spplication_onStart the throw new exception is done
after database operation so if it runs on different threads it might be
possible.
still doesn't expect this to happend.



Alvin Bruney said:
That is not physically possible. The application must be started before it
can host a session.

How do you know that is the case by the way?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
z f said:
Hi,

on my machine (winxp Pro+sp2)
with framework 1.1

the aspnet runs session_start before application_start
my web application that assumes application_start will run before breaks!

what can you tell???

TIA, z.
 
Back
Top