The ASP. NET Request filtering module is configured to reject requests that contain a double escape sequence. HTTP Error 404.11-not Found

Source: Internet
Author: User

When a user downloads a RAR archive on the website, it collapses the error.

Workaround One: Open the Web. config file for the site and modify the following node values

<configuration><system.webserver><security><requestfiltering <span style= " Background-color: #33ff33 ">allowdoubleescaping=" True "</span>/></security></ System.webserver></configuration>


Workaround Two: Open the System configuration file by typing%windir%\system32\inetsrv\config\applicationhost.config in the file window

Modify <requestFiltering> The nodes are as follows <requestfiltering allowdoubleescaping= "true" >

Microsoft Support Address: HTTP://SUPPORT.MICROSOFT.COM/KB/927672/ZH-CN

The ASP. NET Request filtering module is configured to reject requests that contain a double escape sequence. HTTP Error 404.11-not Found

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.