Application_Start(Object sender, EventArgs e) - When does it realy runs?

  • Thread starter Thread starter mswc.net
  • Start date Start date
M

mswc.net

I have put code inside this method (Global.asax) but not even after
re-starting my machine or the aspnet_wp.exe service it seems to execute
the code inside of it. When does this methods really gets called? Any
ideas?

Thanks.
 
It runs when the first Request is received.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Back
Top