Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
We managed to disable request validation by using the
<umbraco:DisableRequestValidation runat="server" />
directive.
But, this does not work in our backend custom section.
we have
<httpRuntime requestValidationMode="2.0" /><pages enableEventValidation="false" validateRequest="false">....
in web.config, but they don't seem to have any effect
we are on version 4.6.1
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
HttpRequestValidationException persists despite directives
Hi,
We managed to disable request validation by using the
directive.
But, this does not work in our backend custom section.
we have
in web.config, but they don't seem to have any effect
we are on version 4.6.1
Thanks
is working on a reply...