Search code examples
asp.netasp.net-4.0webresource.axdscriptresource.axd

eurl.axd webresource.axd scriptresource axd not found errors IIS6


I have recently started getting these errors:

eurl.axd webresource.axd scriptresource axd not found errors IIS6.

IIS logs show file not found error.

The website is very slow.

Has anybody faced this problem?


Solution

  • In your global.asax in Application_Error try to log the offending url and find out which control is causing it.

    ((HttpApplication)sender).Context.Request.Url 
    

    File Not Found Exception Application Error