【发布时间】:2014-04-04 02:21:01
【问题描述】:
我从 bigrock 购买托管服务 当我运行简单的 aspx 页面时发生此错误
HTTP 错误 404.17 - 未找到 请求的内容似乎是脚本,不会由静态文件处理程序提供。 详细的错误信息 模块静态文件模块 通知 ExecuteRequestHandler 处理程序静态文件 错误代码 0x80070032 请求的 URL http://demo.com:80/demo/default.aspx 物理路径 C:\Inetpub\vhosts\demo.com\httpdocs\demo\default.aspx 登录方法匿名 登录用户匿名 最可能的原因:
The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.
你可以尝试的事情:
If you want to serve this content as a static file, add an explicit MIME map.
【问题讨论】: