Tagged Questions

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
540 views

Calling GetWebResourceUrl from .ashx

Is it possible to get a web resource from an .ashx handler? We have resources (images) in a class library and would like to reference them from an ashx handler. Normally you get the url by doing ...
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 ...