Win8 iis8.0 under the uploadify-v3.1 to upload files more than 30 m, HTTP Error (404)

Source: Internet
Author: User

Solution:

1. Change Web. config

Add
<Httpruntime maxrequestlength = "1073741824" executiontimeout = "50000"/>

Add

<Security>
<Requestfiltering>
<Requestlimits maxallowedcontentlength = "1073741824" type = "codeph" text = "/codeph"/>
</Requestfiltering>
</Security>

2. Set IIS

Open the IIS manager and find the default web site. Stop the service first.

Double-click "request filtering" in IIS.

Click "Edit function Settings" on the right to open the "Edit request filter settings" dialog box.

The maximum capacity length allowed is "30000000" by default, 30 m, and is changed to 1073741824, that is, 1g.

Start IIS.

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.