Net Error Handling . Options. 1. Catch a page level – On page catch the Page_Error event. Inside of Page_Error call Server.GetLastError to retrieve error, call Server.ClearError to remove the error. 2. Catch application level errors in …
See the original post:
MutantBunny Blog – Our Thoughts, or lack there of: ASP.Net Error …