Questions tagged [axd]

26 questions
0
votes
1 answer

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 path '/Members/Chart.axd' was not found or does not…
billy jean
  • 1,399
  • 4
  • 25
  • 45
0
votes
1 answer

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 styling. I have checked the site, in the IE dev…
anothershrubery
  • 20,461
  • 14
  • 53
  • 98
0
votes
0 answers

Mixed-content Issue on my ASP.NET Umbraco website

I have several websites (*.cshtml pages, since this is Umbraco). In some of my pages under Umbraco, I'm getting the following errors in the chrome console: Mixed Content: The page at 'https://www.myDomain/umbraco/refresh.aspx' was loaded over…
Rotem Orbach
  • 132
  • 1
  • 13
0
votes
1 answer

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…
MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
0
votes
1 answer

Change .asp file style (css)

I have .aspx file (i dont have the .aspx file code), I'm trying to change the direction of .html page via .css file. My problem is that the .css file is dynamic loaded from .axd file. How can i change .css file at this case? Thanks.
CSharpBeginner
  • 601
  • 2
  • 7
  • 22
0
votes
1 answer

httphandler cannot find axd of Highcharts

I am working on project that use Highcharts library for charts, I have added export module for exporting to (pdf,png,..) and it's work fine on development environment but when I deployed the project to IIS 7 I get the following error when I exprot…
kaito ked
  • 175
  • 1
  • 1
  • 15
0
votes
1 answer

Two .axd handlers, one is working and the other one returns 404

I have 2 custom .axd handlers in my project. Both defined in web.config under httpHandlers and handlers: httpHandlers:
Inbal
  • 909
  • 2
  • 28
  • 46
0
votes
0 answers

null session in .axd on Azure web site

User is authenticated to the MVC app, but the session becomes null in my .axd call. The AXD implements IRequireSessionState. Works locally, just not on Azure. Ideas?
Alfred
  • 800
  • 8
  • 16
0
votes
1 answer

Android Webview unable to load Sharepoint Website

I am having a problem with a sharepoint site. I have given it authentication for it's ntlm auth and converted the whole site into a string, and once i load it into the WebView using loadData(); I can't see the images. I think it has something to do…
Kevin Tan
  • 169
  • 12
0
votes
1 answer

Dynamic memory (heap) usage in AXD(ADS 1.2)

I'd like to know the dynamic memory usage of my ARM specific library (C code). How can I get the information in run-time via ADS/AXD tool? (or RVDS) Is there a simple way to get the memory statistics by the SDK? I have tried so many times searching…
0
votes
1 answer

Hyphens in .axd path

I pushed a website live for a client tonight using Infragistics web controls and we're having an issue where the path to the associated AXD files contain a double hyphen. This results in the clients' firewall program blocking access to the files…
Paul Smith Jr
  • 89
  • 5
  • 14
1
2