0
votes
1answer
62 views
Removing all CSS from telerik controls
Hi
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 …
0
votes
1answer
73 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
0answers
25 views
Hide/Create new route for .AXD resourcesin ASP.net MVC?
Hi everyone, how can i hide the axd, or simply rewrite the url into something else to hide the axd file.
the reason for this is because some hackers can determine the web server type, they can do …
0
votes
0answers
19 views
IE and AXD Images having weird behavior
So in my application I am developing I embed my images as AXD resources but in Internet Explorer I get some wierd behaviors when first loading. For example, images will be missing or the wrong image …
1
vote
3answers
3k 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 …
0
votes
1answer
177 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 …
2
votes
2answers
373 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 …
