In the web dashboard of criuise control.net, while viewing a project's build log, I received the error "HTTP Error 404.11 – URL_DOUBLE_ESCAPED". On google, I found the following solution.
- Open the file %windir%\System32\inetsrv\config\applicationHost.config in any XML editior with windows administrator privileges (Though I used VS2005, even notepad would the trick).
- Look for the node
and edit it to and then save the file - Open command prompt and go to the %windir%\system32\inetsrv folder.
- Run the command appcmd set config "Default Web Site" /section:system.webServer/Security/requestFiltering -allowDoubleEscaping:True /commit:appHost