Open medmondson opened 7 years ago
Fresh install of Elmah.MVC package, Visual Studio 2015, MVC 4.6.
/elmah.axd is a 404
The following key is missing in the section:
<add name="Elmah" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
After adding it manually all is fine.
More info http://stackoverflow.com/a/20789528/436028
The goal of this project is to nót need /elmah.axd anymore. See https://github.com/alexbeletsky/elmah-mvc#whats-the-goal
Yes, only /elmah is enough to view the error logs (check for in memory). Example : http:4327/elmah
Fresh install of Elmah.MVC package, Visual Studio 2015, MVC 4.6.
/elmah.axd is a 404
The following key is missing in the section:
<add name="Elmah" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
After adding it manually all is fine.