Application_Start question

  • Thread starter Thread starter Carly
  • Start date Start date
C

Carly

Please enlighten a novice...
When does Application_start fires and when does Application_end fires?
Are all the application items available until IIS is restarted?

Thanks,

Carly
 
Hello Carly,

They are callend once for the appdomain lifetime, not for HttpApplication.
Look for ASP.net page lifecircle in MSDN to get detailed info how it really
works

C> Please enlighten a novice...
C> When does Application_start fires and when does Application_end
C> fires?
C> Are all the application items available until IIS is restarted?
C> Thanks,
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top