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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top