灰儿 发表于 2016-1-1 19:32:48

“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面

打开网页出错,提示如下:
HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面。
在IIS7.5中用 php manager 测试网页时,右侧有如下提示:



'Default Web Site' has local handler mappings that overwrite the mappings defined on the server livel.
changes to the php setup on the server level may not take effect on this site.






原因及解决方法:
1.原因一,为网站根目录下的web.config配置错误,把web.config文件删除即可。
2.原因二,找到IIS7.5的根节点->右侧“ISAPI和CGI限制”点击右侧的“编辑功能设置”,勾选“允许未指定的 ISAPI 模块”,点击确定。









页: [1]
查看完整版本: “ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面