My team is currently in the process of building an ASP.NET MVC application, and we\'re trying to decide which of these frameworks to implement to deal with error handling an
Also, Elmah is designed specifically for capturing and logging unhandled exceptions. It can be configured to log caught exceptions, but that is a recent addition and not its primary purpose.