Wednesday, May 26, 2010

ELMAH

ELMAH - Error Logging Modules and Handlers can be plugged into any Web based ASP.NET application for application wide logging. It's an awesome open source project. To read more about how to configure ELMAH - http://dotnetslackers.com/articles/aspnet/errorloggingmodulesandhandlers.aspx

How to configure ELMAH on IIS6 for SQL SERVER

  1. Download the ELMAH binaries from http://code.google.com/p/elmah/downloads/list

  2. Copy the ELMAH.dll to your application's bin folder.

  3. Add the following to the web.config file


  4. Run the DDL script from this URL on your database to create the necessary table and stored procedures.
  5. Now navigate to http://yourwebsiteurl/elmah.axd

No comments:

Post a Comment