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