The ASP.NET Global Error Handler is a HttpModule that is designed to assist with the notification of application level errors. Traditionally developers interested in receiving e-mail notifications regarding application errors will end up placing custom code in the Global.asax file to handle uncaptured errors, with this HttpModule you will no longer need to do that.
By simply adding 3 small sections to your web.config file, and 1 .dll file to your bin directory you will have a fully customizable error reporting system. The ASP.NET Global Error Handler offers the following great features.
- Easy configuration
- Ability to disable error handling with 1 setting
- Ability to specify different SMTP information for e-mail notification
- Ability to fully customize the e-mails that are sent regarding errors
- Ability to allow either HTML or Plain-Text e-mails
- Ability to redirect users to a common location after the email has been sent
The best part is that this module is FREE for all registered users of this site! Once you have logged into this site you will see a "Download ASP.NET Global Error Handler" section below!
For assistance with setup of this module please see the following 3 forum posts. For assistance getting this up and running on your website please use the forums.
ASP.NET Global Error Handler Configuration Settings
ASP.NET Global Error Handler Email Token Listing
ASP.NET Global Error Handler Settings Listing