Copied to clipboard

Flag this post as spam?

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


  • J 447 posts 864 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?

     

     

Please Sign in or register to post replies

Write your reply to:

Draft