What is ELMAH ?

 Posted by Rajkatie on 6/22/2012 | Category: ASP.NET Interview questions | Views: 4523 | Points: 40
Answer:

ELMAH stand for Error Logging Modules and Handlers is an application-wide error logging facility. It can be dynamically added to a running .NET web application, or even all .NET web applications without any need for re-compilation or re-deployment.

Is used to log unhandled exceptions to the file system, event log, databases or even have it email you the errors.


Source: code.google.com/p/elmah/ | | Alert Moderator 

Comments or Responses

Login to post response