Problem description:
ASP Component-less uploadProgramYou cannot upload a large file with the "request object error 'asp 0104: 8080'" (about 80004005 KB). However, you can upload files of about 5 MB on the 2000 Server.
Solution:
Select "allow directly edit configuration database" in the IIS properties, and then. Disable the IIS Admin Service in the service
Find metabase. xml under Windows/system32/inesrv/and edit aspmaxrequestentityallowed to change it to the required value. The default value is 204800, that is, 200 K.
Restart the IIS Admin Service.
Change it to 51200000 (50 m) or greater.
You can also use metabase explorer. For details, refer:
Http://www.microsoft.com/downloads/details.aspx? Familyid = 56fc92ee-a71a-4c73-b628-ade629c89499
Applicable:
Windows 2003 IIS 6.0
When you stop the IIS Admin Service, the following services are stopped: Simple Mail Transfer Protocol (SMTP), Microsoft Exchange Routing engine, World Wide Web Publishing Service, and http ssl.
After modifying the metabase. xml file, start IIS Admin Service and manually start Simple Mail Transfer Protocol (SMTP), Microsoft Exchange Routing engine, and World Wide Web Publishing Service.