Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
404 error (Not found) ScriptResource.axd or WebResource.axd
posted

Hello,

I have a website (build in VS 2010) that uses the .net framework 4.0 (asp.net) and also uses some infragistics controls (webdialogwindow). It uses the default scriptmanager. When I test the website locally everything is working as expected (with IIS 7.5 and windows server 2008 R2). But when I install the website on the server (reverse proxy with IIS 7.5 and windows server 2008 R2) of our customer I get a 404 error message that it can't find the ScriptResource.axd and/or the WebResource.axd. Please note that the website works locally on the server of our customer. This problem only occurs when we try to open the website from outside the LAN.

When I set the enablecdn="true" in the scriptmanager I see that the focus of the textfield is working (without the cdn enabled the focus doesn't work). But the infragistics controls still don't work. In debug mode in Chrome I see the following 404 error messages (Not found):

GET http://200.X.XXX.XXX/TEST/ScriptResource.axd?d=vnH4...ukm_3e641&t=410 404 (Not Found)

GET http://200.X.XXX.XXX/TEST/WebResource.axd?d=3y6a_vM...Yi9d_99Dw2&t=6345 404 (Not Found)

 

Is there someone who might know what is causing this issue and might have a solution?

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello mknape ,

     

    Are only the embedded resources for the IG controls not being found?

    Generally the script manager also should load its scripts from an embedded resource from the System.Web.Extensions assembly.

    Could you check if its resources are properly loaded?

     

    There should be 3 resources loaded for the script manager:

    MicrosoftAjaxWebForms.js ( you can find the names in the comments in the beginning of those files)

    MicrosoftAjax.js

    And the third one contains some postback options ( contains some methods like WebForm_PostBackOptions)

     

    Also are the assemblies in the bin folder of the application or in the GAC?

     

    I’m looking forward to your reply.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://es.infragistics.com/support

     

Children