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?
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