There are two solutions. The one is to modify applicationhost.config in system32, and the other is to add a few lines of code in web.config, as follows.
1. Modify web.config at the root of the website
Locate the web.config file in the root of the site, find the <system.webServer> node, add <requestFiltering allowDoubleEscaping=”true&rdquo ;> .
The code looks like this:
The code is as follows
<configuration>
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping="true"></requestFiltering>
</security>
</system.webServer>
</configuration> ;
2. Modify applicationhost.config
in the ApplicationHost.config file and navigate to the configuration/system.webServer/security/requestFiltering/<requestFiltering> node in the file. About 360 lines change <requestFiltering> to <requestFiltering allowDoubleEscaping="true"> .
The code is as follows
<configuration>
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping="true"></requestFiltering>
</security>
</system. webServer>
</configuration>
The first two methods are the current site, the second is all sites, and the second is recommended to use the first method, which will be safe. A kiss.
I am a netizen, working as a network administrator in a company. At the beginning of the year, some
As mentioned above, we need to track and log the operation of each us
. This is to help some rookie webmasters solve the problem that IIS does not have a net2.0 option ca
The role of the Windows file server in the network is crucial. They host sensitive files, databases,
Linux to prevent ssh brute force
How to check the IIS concurrent connection number tips
About IIS resolves the temp directory permissions issue
Expert trick: How to troubleshoot server RAID 5 failure?
Scanning and Resolving Problems in Server Load Balancing
Lnmp cancels nginx directory PHP execution permission
How to Diagnose Server Performance Technical Analysis
How does the T100 G11 server clear CMOS?
About the five major misunderstandings of blade servers
LINUX study notes - FTP server settings (2)
The computer monitor driver has stopped responding and has recovered.
Windows 7 makes remote desktop no longer a network management dedicated
Move the flowers to the wood quickly reinstall the Windows operating system
Win10 is not compatible with third-party input methods
Win10 Mobile RS2 Preview 14926 Update and Repair Summary
Microsoft Embedded Win8 System Community Technology Preview Second Edition
How to create a new briefcase in win10
Win10 system does not use third-party software to convert word documents into pdf tutorial