If you're an ASP.NET developer, there's a good chance you've heard of the ELMAH project. In case you haven't, ELMAH (Error Logging Modules and Handlers) is a series of HTTP modules and an HTTP handler that may be added to your ASP.NET web applications for the purpose of tracking unhandled exceptions. ELMAH provides access to view these errors by way of a web console, email notifications and an RSS feed.
Read more »