IIS6 Modify ASP Upload file 200K limit

Source: Internet
Author: User
Tags metabase

When everyone rented the United States server, 2003+IIS6 ASP upload file Limited to 200K, how to modify this upload size limit? Here's how:
First step: Edit the metabase directly to allow
In IIS, right-click Local computer, select Properties, and check allow direct editing of the configuration database.

Step two: Turn off the IIS Admin service
Open the Control Panel-Administrative Tools-services, and on the right side of it, locate the IIS Admin service, select the item and right-click and select Stop to close the service.

Step three: Modify the "MetaBase.xml" file
Open "C:\WINDOWS\system32\inetsrv" in the folder, locate the "MetaBase.xml" file, open "MetaBase.xml" in Notepad, and search for " AspMaxRequestEntityAllowed ", change the following" 204800 "to" 1024000000 "to save the file.

Fourth step: Turn on the IIS Admin service
After the modification is complete, follow the first step to turn on the IIS Admin service services.

After the simple three-step setup, we have changed the size limit of the IIS upload file to 100M, and of course you can modify the size of the uploaded file arbitrarily.
Note: Before performing the second step, make sure that the first step is already in action, otherwise you will not be able to save the modified "MetaBase.xml" file, the operating environment of this instance is Windows 2003, IIS6.0, and other operating system settings are similar.

IIS6 Modify ASP Upload file 200K limit

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.