When the program appears, there is an error:
Request object error'sp 0104: 80004005 '
No operation
/blog/inc/upload.inc, line 76
This is caused by the 2003 system on your server that did not modify ASP uploading 200K limit.
Unable to upload a larger file Request object error 'ASP 0104: 80004005' or after the upload is successful, the file name cannot be found
Solution:
The size of the IIS 6.0 of Win2003 on the upload file of ASP is 200K, and the upload program of ASPX has no effect. In IIS6.0, the default settings are particularly strict and secure, with a maximum of only 204,800 bytes, which can minimize attacks caused by too loose time and restrictions in the past. IIS 6 is for security considerations, and the maximum request for the default is 200K (that is, the maximum data limit is 200kbyte, 204800BYTE). (There is no restriction in the version before IIS 6.0)
Solution:
First open the Internet information service (IIS) manager
(Local Computer) ---- Properties ---- Allow to directly edit the configuration database (n)
Be sure to first allow the editing to configure the database (n)
Then turn off the IIS admin service service in the service
Find the metabase.xml of Windows/System32/Inesrv/
Open Metabase.xml with a plan book, and find ASPMAXRequestityAllow to modify him to the required value. The default is 204800, that is, 200K, that is, 200K
Modify it to 51200000 (50m)
Then restart the IIS Admin Service service