...
Code Block |
---|
<system.webServer> <security> <requestFiltering allowDoubleEscaping="true"/> </security> </system.webServer> |
...
Use the IIS Manager UI.
Select the storage site.
Double-click Request Filtering in the IIS group.
Click the Edit Feature Settings… link on the right pane.
Check Allow double escaping and click OK.
...
Enter and run the following in the command line: %windir%\system32\inetsrv\appcmd set config "BSNEEStorage" -section:system.webServer/security/requestfiltering -allowDoubleEscaping:true
Warning | |
---|---|
title | ImportantMake sure to replace "BSNEEStorage" with the name of your Storage site. |
...