Posts Tagged ‘ global-asax ’

asp.net connection wid express edition sql05

March 25, 2011
By

NET Error Handling Introduction Prerequisites ASP.NET error management with the Global.asax file Handling errors occurred at. Step 1. The Global.asax file offers us the opportunity to centralize the management of errors by capturing any ...

Read more »

ASP .NET Programmers Guide: Application Level Error Handling in …

July 28, 2009
By

NET Error Handling Remarks. Be careful to handle possible errors in your Application_Error procedure. This procedure is executed when every error occurs, so Application_Error will call itself and it is possible to go in to infinite loop ...

Read more »