Catching ASP.NET MVC Errors using ELMAH
ELMAH (Error Logging Modules and Handlers) is a great application-wide error logging tool. ELMAH Features: Logging of unhandled exceptions. A web page for viewing the logged exceptions including stack traces. An e-mail notification whenever an error occurs including the error details. An RSS feed that includes the last 15 errors from the log. Installing ELMAH: [...]