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 …
Here is the original:
ASP .NET Programmers Guide: Application Level Error Handling in …