解決“請求篩選模塊被配置為拒絕包含雙重轉義序列的請求”錯誤iis7.5下訪問類似css-family=Playfair+Display.css的文件地址收到“請求篩選模塊被配置為拒絕包含雙重轉義序列的請求”錯誤解決辦法:在wwwroot下建立web.config 內容如下: <?xml version="1.0" encoding="UTF-8"?>
<configuration> <system.webServer> <security> <requestFiltering allowDoubleEscaping="True"/> </security> </system.webServer> </configuration>
|
|||||
| >> 相關文章 | |||||
