简体   繁体   English

eurl.axd webresource.axd脚本资源axd找不到错误IIS6

[英]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 . IIS日志显示找不到文件错误

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. 在Application_Error的global.asax中,尝试记录有问题的URL,并找出导致该URL的控件。

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

File Not Found Exception Application Error 找不到文件异常应用程序错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM