IIS7.0 and IIS7.5 http error 404.15-not the Found request filtering module is configured to reject requests that contain too long query strings.

Source: Internet
Author: User

Do a lot of attempts are not, later colleagues come up with the method: the way to submit the form to post, it is OK. There are too many parameters passed in the URL,

Get is the way to send data in the Address bar in the form of clear text, and transmit less data.
Post is not, and post can pass more data than get, as if it were unrestricted.

Make the following changes as follows:

@using (Html.BeginForm ("", "", FormMethod.Post, new {id = "form"})

IIS7.0 and IIS7.5 http error 404.15-not the Found request filtering module is configured to reject requests that contain too long query strings.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.