ScriptResource.axd not found over the load balancer

  • The applcation works fine when I try to access it by server1 and server2 indivisually.

    But I try to access it using load balancer it gives me the below error.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /ScriptResource.axd

    I have added the below line under system.Webserver -> handlers section.

    <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode" />

    Still no help.

    Can anybody suggest me where I am doing wrong?

    Thanks,

    Joy

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply