Tagged Questions

4
votes
2answers
843 views

Password-Protecting Elmah.axd file

I've succesfully set up Elmah in my web project and I can access the crash log at http://www.myserver.com/Elmah.axd . The only question is how to secure this URL so that only my colleagues (as ...
3
votes
2answers
696 views

How do I convert from axd to ashx?

I'm trying to deploy elmah. For inexplicable reasons, I'm getting an error: .axd files are explicitly forbidden. I've already fixed what I can control (my web.config) and solutions requiring ...
0
votes
1answer
332 views

How to block (or unblock) the ASP.NET error logger Elmah?

Some one configured my server in a way that intentionally or inadvertently blocks ELMAH. I wish I know what that was. My current server admin can't figure out what's blocking it either. Clues have ...