Tagged Questions
11
votes
4answers
10k views
How to ignore route in asp.net forms url routing
I am using the .NET 3.5 SP1 framework and I've implemented URL routing in my application. I was getting javascript errors:
Error: ASP.NET Ajax client-side framework failed to load.
Resource ...
4
votes
2answers
903 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 ...
4
votes
1answer
2k views
Removing all CSS from telerik controls
I'm using Telerik RadControls for ASP.NET and wondered if there was any way to turn off/stop the CSS that is automatically downloaded with the controls.
I don't want to remove any of the class names ...
3
votes
2answers
701 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 ...
1
vote
2answers
1k views
ASP.NET AXD resources getting blocked at client side?
I have a web application that I am hosting, and a client of mine is reporting that certain Telerik javascript libraries that are included within the site (but not all of them) are not working ...
0
votes
1answer
69 views
ASP.Net Webforms and MVC3 global.asax/routes being ignored
I have a mixed ASP.Net and MVC3 project. Site delivers both aspx and MVC views. Essentially working EXCEPT all .axd requests are being intercepted by MVC and causing exceptions:
The controller for ...
0
votes
1answer
567 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
338 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 ...