Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuget package missing Web.Config key #89

Open
medmondson opened this issue Nov 10, 2016 · 3 comments
Open

Nuget package missing Web.Config key #89

medmondson opened this issue Nov 10, 2016 · 3 comments

Comments

@medmondson
Copy link

medmondson commented Nov 10, 2016

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
Copy link
Author

@peterdew
Copy link
Contributor

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

@cbaba20
Copy link

cbaba20 commented Jan 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants