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

Nuget package missing Web.Config key #89

Open medmondson opened 7 years ago

medmondson commented 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.

medmondson commented 7 years ago

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

peterdew commented 6 years ago

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

cbaba20 commented 6 years ago

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