crx349 发表于 2014-3-25 10:23:32

解决HTTP 错误 404.11 - Not Found请求筛选模块被配置为拒绝包含双重转义序列的...


解决iis7上面的错误:请求筛选模块被配置为拒绝包含双重转义序列的请求。HTTP 错误 404.11 - Not
Found   。


1、在地址栏输入: %windir%\system32\inetsrv\config\applicationhost.config然后单击 打开 。   

2、在 ApplicationHost.config 文件, 定位 文件中的
configuration/system.webServer/security/requestFiltering/下   

<requestFiltering> 节点。大约360行   
将<requestFiltering>   

改为   
<requestFiltering allowDoubleEscaping="true">
即可
页: [1]
查看完整版本: 解决HTTP 错误 404.11 - Not Found请求筛选模块被配置为拒绝包含双重转义序列的...