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!
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!