Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • J 351 posts 606 karma points
    Oct 31, 2013 @ 17:44
    J
    0

    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?

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies