Discussion Board for collaboration on QlikView Management.
Hello,
I have an question about HttpRequestValidationException warnings when using IIS.
One of the methods of getting rid of these errors is by setting the requestValidationMode to 2.0 in the web.config located in the %ProgramFiles%\QlikView\Server\QlikViewClients\QlikViewAjax.
By doing this, requestValidationMode will be set to ASP 2.0 mode, and therefore removing all request validation.
So my questions are: