ErrorModule
Download
You must add the following keys to your web.config:
- error_domain - site domain (e.g., "yoursite.com").
- error_recipient - site administrator email address for receiving the error emails.
Then make sure to register the module like this:
<?xml version="1.0"?>
<system.web>
<httpModules>
<add name="ErrorModule" type="GLC.Tools.Modules.ErrorModule, GLC.Tools" />
</httpModules>
...
</system.web>
Contact us today! Free consulting with no obligation.