Monthly Archives: March 2007

Dealing with exceptions thrown in Application_Start()

One annoying problem I’ve noticed in the past is that if an exception is thrown in Application_Start() the application does not restart, resulting in subsequent requests going through to the application (aspx pages and other handlers) without the Application_Start() actions … Continue reading

Posted in ASP.NET | Leave a comment