0

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?

Jahid
  • 21,542
  • 10
  • 90
  • 108
smith99
  • 17
  • 4

1 Answers1

0

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

Hakunamatata
  • 1,275
  • 13
  • 18