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
I created a form in Contour (pretty lengthy) and clicking next on the form shows the error
"
I changed the web.config
<security>
<requestFiltering>
<requestLimits maxQueryString="10048" />
</requestFiltering>
</security>
and then get the error
Any thoughts on resolving this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
HTTP Error 404.15
I created a form in Contour (pretty lengthy) and clicking next on the form shows the error
"
HTTP Error 404.15 - Not Found
The request filtering module is configured to deny a request where the query string is too long.
"
I changed the web.config
<security>
<requestFiltering>
<requestLimits maxQueryString="10048" />
</requestFiltering>
</security>
and then get the error
The length of the query string for this request exceeds the configured maxQueryStringLength value.
Any thoughts on resolving this?
is working on a reply...