[CLOSED] webresource.axd not found

  1. #1

    [CLOSED] webresource.axd not found

    Hi!

    I have this issue: when i tried to upload or download documents through file ext.net upload control the log shows me this message: webresource.axd not found, it's importat say to you that this problem occurs in Chrome and Safari but not in Firefox.

    Thnks!
    Last edited by Daniil; Sep 05, 2014 at 8:03 AM. Reason: [CLOSED]
  2. #2
    Hi @Gisystems,

    It would helpful to sort out what exactly the resource is not found.

    Do you have these section in Web.config?
    <system.web>
      <httpHandlers>
        <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
      </httpHandlers>
    </system.web>
    <system.webServer>
      <handlers>
        <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" />
      </handlers>
    </system.webServer>
    If no, please add and retry to reproduce the problem. The resource URL should become readable.
  3. #3
    Yes I have these section in Web.config.

    I have a tree grid control, and add double click function to row for open pdf files, although the visualization success in firefox but not in chrome or safari.

    I attach an screenshot from Chrome Developers Tools.

    Thnks.


    Click image for larger version. 

Name:	Captura de pantalla 2014-08-29 a la(s) 12.36.55.png 
Views:	12 
Size:	35.4 KB 
ID:	14901
  4. #4
    Hello,

    The following post provides helpful information about posting in the Ext.NET Forums.

    http://forums.ext.net/showthread.php...ation-Required

    I think a simplified code sample is going to be required before we can troubleshoot further.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Question about WebResource.axd vs Ext.axd
    By anup in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 27, 2012, 9:42 PM
  2. [CLOSED] Invalid Webresource Request
    By betamax in forum 1.x Legacy Premium Help
    Replies: 17
    Last Post: Jun 27, 2012, 6:09 PM
  3. [CLOSED] WebResource.axd instead of ext.axd, v1.0
    By chafikb in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: May 31, 2012, 11:19 AM
  4. [CLOSED] WebResource.axd being used for CSS instead of ext.axd
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 19, 2011, 1:31 PM
  5. Replies: 6
    Last Post: May 07, 2010, 12:11 PM

Tags for this Thread

Posting Permissions