'Asp 0104: 80004005 'operation not allowed Solution

Source: Internet
Author: User

Http://www.dmxzone.com/ShowDetail.asp? Newsid= 5424

Question:

--------------------------------------------------------------------------------
Request object error 'asp 0104: 100'
Operation not allowed

Answer:

--------------------------------------------------------------------------------

Yes, pure asp upload supports uploading large files on the Windows 2003 Server. However:

Iis6.0 prevent the upload of files more than + 200kb. So you need to make some changes in the default IIS settings first.

Background
For iis6.0 users, the aspmaxrequestentityallowed Property specifies the maximum number of bytes allowed in the entity body of an ASP request. if a Content-Length header is present and specifies an amount of data greater than the value of aspmaxrequestentityallowed, IIS returns a 403 error response.

This property is related in function to maxrequestentityallowed, but is specific to ASP request. whereas you might set the maxrequestentityallowed property to 1 MB at the general world wide web Hing Service (WWW Service) level, you may choose to set aspmaxrequestentityallowed to a lower value, if you know that your specific ASP applications handle a smaller amount of data.

Solution
Open your metabase. XML which is located in c: \ windows \ system32 \ inetsrv find the line "aspmaxrequestentityallowed" and change it to "1073741824 ". this is 1 GB-of course you can enter another value to suite your needs.

Note: Before you edit the file, be sure to stop the IIS service first or else you won't be able to save the file.

 

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.