axd

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 interpreted as script but transferred with MIME type text/html. ReferenceError: Can't find variable: Sys Which I believe is because my routing is...

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 collaboration from the system admin are not available (such as editing machine web.config or updating IIS mappings). I also verified that it works...

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 so far Error message is "This type of page is not served...it has been explicitly forbidden" Ordinary .ashx handlers work just fine. (Hel...

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 will be show until I hover over the image and then its fixed. this does not occur in Chrome or Firefox though. Any ideas? ...

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 something like: Page.ClientScript.GetWebResourceUrl(this.GetType(), "myimagename"); But, in my case we have the IHttpHandler and the resour...

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 various check out the unique feature of the server and language. for this case, is ASP's AXD URL. how can i offusecate into something like /re...

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 names that are applied to the telerik HTML elements, I just want a clean slate so that I can style them exactly how I want. The reaon I ask ...

Password-Protecting Elmah.axd file

Hi, 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 opposed to anonymous users and users who are logged in, but not part of my team) can access it. ASP.NET forms authentication is already se...

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 properly. What I was able to diagnose so far was that at some point at the process, the WebResource.axd resources that contain the Telerik javascr...

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 the problem. When I remove the files, the report does not display, however if I keep the AXD files in it works fine. The problem with keepi...

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 it? Thanks ...

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, however I can't find how to use it in realview debugger, so it complain 0x20000000 can not be written when loading image. could anybody who...