I get HTTP Error 404.11 - Not Found The request filtering module is configured to deny a request that contains a double escape sequence. Error when I send a
This worked for me...
applicationhost.config
file for IISExpress I looked for the IIS Express
icon in the system tray (lower right corner of Windows 10). "Show All Applications"
. Running Applications
I clicked on the Site Name
whose config file I wanted to modify. Config:
appeared below. Config:
This opened the applicationhost.config
file in Visual Studio. Ctrl-F
and searched for <requestFiltering>
which I changed to <requestFiltering allowDoubleEscaping="true">