elmah-mvc icon indicating copy to clipboard operation
elmah-mvc copied to clipboard

Nuget package missing Web.Config key

Open medmondson opened this issue 8 years ago • 3 comments

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.

medmondson avatar Nov 10 '16 10:11 medmondson

More info http://stackoverflow.com/a/20789528/436028

medmondson avatar Nov 10 '16 10:11 medmondson

The goal of this project is to nót need /elmah.axd anymore. See https://github.com/alexbeletsky/elmah-mvc#whats-the-goal

peterdew avatar Oct 24 '17 14:10 peterdew

Yes, only <YourProjectURL>/elmah is enough to view the error logs (check for in memory). Example : http:4327/elmah

cbaba20 avatar Jan 12 '18 11:01 cbaba20