Business Solutions For You
»
Phần mềm - Website
»
Thủ thuật
»
IIS
»
IIS – Khắc phục lỗi “The request filtering module is configured to deny a request that contains a do
 Rank: Administration Groups: Administrators, MoD Web & Apps Joined: 9/18/2011(UTC) Posts: 294  Location: Hồ Chí Minh Thanks: 2 times Was thanked: 10 time(s) in 9 post(s)
|
Vấn đề: Lỗi hiển thị khi chạy ứng dụng web trên iis
HTTP Error 404.11 - Not Found
The request filtering module is configured to deny a request that contains a double escape sequence.
Khắc phục:
Bước 1: Mở file web.config.
Bước 2: Tìm tới đoạn:
system.webServer> ... </system.webServer>
và thêm thiết lập như sau:
<system.webServer>
...
<security> <requestFiltering allowDoubleEscaping="true"></requestFiltering>
</security>
...
</system.webServer>
Bước 3: Save file web.config.
Bước 4: Mở trình duyệt và chạy lại trang bị lỗi. |
-- Your biz is best, it will be better. ---------------------------------------------------------------------------------- Business Solution For You Website: http://www.bs4u.vn |
|
|
|
Business Solutions For You
»
Phần mềm - Website
»
Thủ thuật
»
IIS
»
IIS – Khắc phục lỗi “The request filtering module is configured to deny a request that contains a do
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.