Error Handling in ASP.NET Pages and Applications
This section describes how to check for errors in your pages and create global error handlers.
In This Section
How to: Handle Page-Level Errors
Provides information about how to catch unhandled errors in the code for the page on which they occur.How to: Handle Application-Level Errors
Provides information about how to catch unhandled errors that occur in any page in the Web site.
Related Sections
ASP.NET Troubleshooting and Debugging
Provides information about techniques for how to find errors in ASP.NET Web applications.How to: Display Safe Error Messages
Provides information about security implications of displaying error messages.