Click Submit to generate the website. Iis6.0 prohibits uploading files larger than kb. Therefore, you need to modify the default settings of IIS.
File Upload error: request object error ASP 0104: 80004005 not allowed
Cause: iis6.0 prohibits uploading files larger than kb. Therefore, you need to modify the default settings of IIS.
Solution: Open metabase. XML in c: \ windows \ system32 \ inetsrv, and modify aspmaxrequestentityallowed for the value you need (such as 51200000, 50 MB )..
Suggestion: it is best to disable the World Wide Web Hing Service (WWW Publishing Service) and IIS Admin Service in the "service;
Note: If the IIS service is not stopped before editing the file, the modified file cannot be saved. If you want to modify the configuration file When IIS is running, open the IIS manager, open "Internet Information Service"-website-"properties" panel, and select "allow you to directly edit the configuration database and allow you to edit the IIS configuration database configuration file When IIS is running ".
You are win2003. I use XP (iis5.1 ):
However, it seems that I have never met this situation. I often upload data larger than 1 MB and have never made any settings.