Tagged Questions
The axd tag has no wiki summary.
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
844 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
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 ...
1
vote
0answers
41 views
how to migrate from AXD to realview
I always debug our arm project by AXD for a AT91 RM9200 board, but now I want to try realview debugger, it seems it is more powerful. there is a configuration script for AXD in order to remap memory, ...
1
vote
1answer
396 views
IIS7 Re-Write a .axd extension to different extension
I have an e-commerce application that using a .axd handler for the page extensions.
I simply want to use IIS7 to create a rule that says .shop = .axd
Can this be done? If so how should I go about ...
1
vote
2answers
127 views
TFS webtest for SSRS reports issue
I am creating webtests in TFS and trying to test reports execution in SSRS. When I record the initial process, it includes Reserved.ReportViewerWebControl.axd files. These files are what is causing ...
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
176 views
Devexpress aspx controls not styling after publish to different server
I have a few Devexpress aspx controls on a website that look fine on our development server. When I publish the exact same files to the live server, everything works, but none of the controls have any ...
0
votes
1answer
162 views
Embedded Resources accessed by WebResource.axd links not working in production environment
Ok, this has me stumped.
I have several server controls defined in a VB.NET .NET 4 project, lets call it WebControls, to be shared with other projects in the solution. WebControls uses embedded ...
0
votes
0answers
232 views
Deny access to .axd in IIS 7.0 based on IP address
I want to be able to deny access to all but a defined set of IP addresses for a particular .axd in IIS.
At the moment, I'm doing this in the code for the axd (it's a managed handler written in C#)
...
0
votes
1answer
544 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 ...