我的 Web 应用程序出现 404 错误,我也尝试了 doloto:http://research.microsoft.com/en-us/projects/doloto/,但报告告诉我这是一个压缩问题,我不这么认为,因为这只是一页具有一些 ajaxcontroltoolkit 功能。
这是堆栈:
ModuleName IIS Web Core
Notification 16
HttpStatus 404
HttpReason Not Found
HttpSubStatus 0
ErrorCode 2147942402
ConfigExceptionInfo
Notification MAP_REQUEST_HANDLER
ErrorCode The system cannot find the file specified. (0x80070002)
答案1
您的 web.config 中存在错误,请求处理程序的路径不正确。验证<httpHandlers>
web.config 部分中的所有路径信息是否正确。这里有一篇 MSDN 文章讨论了注册 HTTP 处理程序。