Issue
Adding entries to the Web.config file during installation.
Environment
WebClient installation.
Cause
Unclear instructions in webClient Planning and Installations Guide.
Resolution
When modifying the Web.config file located in: C:\\Program files\Continuum\DNWACServerFactory
Add the following lines before the close Configuration tag
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping=”True”/>
</security>
</system.webServer>
</configuration>