Questions tagged [axd]
26 questions
                    
                    23
                    
            votes
                
                4 answers
            
        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…
        
        Austin
        
- 4,638
 - 7
 - 41
 - 60
 
                    7
                    
            votes
                
                1 answer
            
        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 that are applied to the telerik HTML elements, I…
        
        Sniffer
        
- 6,242
 - 10
 - 45
 - 53
 
                    7
                    
            votes
                
                1 answer
            
        What is the difference between ashx, asmx, axd + cs(handler), webmethod(in aspx) and async methods in asp.net framework 4.5?
I need to know the technical difference of those files. Which one is the best option?
When and why should we use it?
I need a human answer, not the MSDN links.
        
        Juan David Nicholls Cardona
        
- 367
 - 1
 - 4
 - 5
 
                    6
                    
            votes
                
                2 answers
            
        How can I get a custom error page for trace.axd in MVC3?
My MVC3 application displays custom error pages for 403, 404, and 500 status codes, but browsing to trace.axd displays the following YSOD:
    Server Error in '/' Application.
    Trace Error
    Description: Trace.axd is not enabled in the…
        
        Cosmologinaut
        
- 71
 - 1
 - 5
 
                    5
                    
            votes
                
                3 answers
            
        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…
        
        MisterZimbu
        
- 2,673
 - 3
 - 27
 - 28
 
                    5
                    
            votes
                
                2 answers
            
        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 opposed to anonymous users and users who are logged…
        
        Adrian Grigore
        
- 33,034
 - 36
 - 130
 - 210
 
                    3
                    
            votes
                
                1 answer
            
        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#)
Is there a way I can do this through configuration…
        
        Kram
        
- 4,099
 - 4
 - 39
 - 60
 
                    3
                    
            votes
                
                2 answers
            
        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…
        
        MatthewMartin
        
- 32,326
 - 33
 - 105
 - 164
 
                    2
                    
            votes
                
                0 answers
            
        Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING in IE & ASP.NET
I use IExplorer 11 in Windows 8.1, and IIS and ASP.NET 4.6.1 in Windows Server 2008 R2.
My ASP.NET application is WebForms and using UpdatePanels.
I have handlers config:
   
  
        
            
            
                
                    
    
    
        
    
    
                
            
        
      
        Kiquenet
        
- 14,494
 - 35
 - 148
 - 243
 
                    2
                    
            votes
                
                2 answers
            
        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…
        
        Dustin Laine
        
- 37,935
 - 10
 - 86
 - 125
 
                    2
                    
            votes
                
                1 answer
            
        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…
        
        joelsand
        
- 2,245
 - 2
 - 21
 - 31
 
                    1
                    
            vote
                
                1 answer
            
        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 resources (images) so that I don't have to remember to…
        
        Matt
        
- 95
 - 2
 - 5
 
                    1
                    
            vote
                
                1 answer
            
        404 error when load FineUI axd file on IIS7
I deploy FineUI example project on IIS7, but got 404 error from http network when loading .axd files. Any idea the root cause?
        
        Jim
        
- 291
 - 2
 - 10
 
                    1
                    
            vote
                
                0 answers
            
        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…
        
        netawater
        
- 15,214
 - 4
 - 24
 - 21
 
                    1
                    
            vote
                
                1 answer
            
        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
        
        ALTVisual
        
- 116
 - 10