Configuration Issue: Not finding the controller, custom errors, etc.
RicCastagna opened this issue · 0 comments
RicCastagna commented
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:
- Locate the Elmah.Mvc.Controller anywhere in my solution (a simple 'Find' produced no results)
- Configure Elmah.MVC to use a custom error view
- 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!