Mega Code Archive

 
Categories / ASP.Net Tutorial / ASP Net Instroduction
 

Some events dont fire with every request

Start() is invoked when the application first starts up. Start() is invoked each time a new session begins.  Error() is invoked whenever an unhandled exception occurs in the application. End() is invoked whenever the user's session ends.  End() is invoked just before an application ends.  Disposed() is invoked after the application has been shut down.