Implementing Error Handling with Stored Procedures. An SQL text by Erland Sommarskog, SQL Server MVP.
Last revision 2009-11-29. This is one of two articles about error handling in SQL 2000. This article gives you recommendations for how you should implement error handling when you write stored procedures, including when you call them from ADO. Elmah - Google Code. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable.
It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment. Once ELMAH has been dropped into a running web application and configured appropriately, you get the following facilities without changing a single line of your code: ELMAH - Error Logging Modules And Handlers. Simone Busoli does a detailed overview of the ELMAH open source project. Introduction ELMAH is an open source project whose purpose is to log and report unhandled exceptions in ASP.NET web applications. Since its first public release back in 2004 as a sample to the MSDN article Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components, it has gained many new features and extended its support for newer ASP.NET releases - yet without dropping compatibility with older ones.
This article provides a comprehensive overview of the project as well as a detailed guide about setting it up under different environments.