Elmah and ASP.NET MVC 3

Viewed 6397

What are the steps required to set up elmah on an ASP.NET MVC 3 application?

  1. nuget elmah
  2. customize elmah (storage, etc)
  3. handle HandleError

Is that all? Is step 3 still necessary after nuget?

6 Answers
Related