1.原网址  传送门:http://blog.csdn.net/jackljf/article/details/43796137

在站点根目录新建或编辑web.config 文件,找到<system.webServer>节点,添加<requestFiltering allowDoubleEscaping=”true”> 。
代码效果如下:

<configuration>
< system.webServer>
< security>
< requestFiltering allowDoubleEscaping="true"></requestFiltering>
< /security>
< /system.webServer>
< /configuration>

posted on 2018-03-22 09:30  闪光狂风  阅读(579)  评论(0编辑  收藏  举报