alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Configuration Issue: Not finding the controller, custom errors, etc. #80

Open RicCastagna opened 8 years ago

RicCastagna commented 8 years ago

I have installed Elmah.MVC 2.1.2, and, as promised, it's a very simple process. I can visit /elmah and see the listing of error(s) as I would expect.

However, now I need to go a step further, and I'm not finding any clear examples on how to: 1) Locate the Elmah.Mvc.Controller anywhere in my solution (a simple 'Find' produced no results) 2) Configure Elmah.MVC to use a custom error view 3) Signal Elmah.MVC to redirect to the custom error view/controller in order to display a "pretty" error message.

I recognize all the good work and effort you have put into this NuGet package, but some additional effort on documentation/configuration/usage would be greatly appreciated!

Thanks!