ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)
Joe Lowrance said, er tweeted, it best when he said , "the amount of attention ELMAH hasn't got is shocking." ELMAH is one of those largely unknown and deeply awesome .NET Open Source projects that should be part of ASP.NET proper. What is ELMAH? I like to say that ELMAH is Tivo for your ASP.NET Errors . You can get your Yellow Screens of Death, with full call-stack back and analyze what's really happening. It's Exception Driven Development . What's it really do? Once ELMAH has been dropped into a running web application and configured appropriately, you get the following facilites without changing a single line of your code: Logging of nearly all unhandled exceptions. A web page to remotely view the entire log of recoded
Read More...
Read the complete post at http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx