SWFUpload Error 500 or Request object error ‘ASP 0104 : 80004005′ Operation not Allowed
June 2, 2009
This error is to do with the maximum file upload size allowed by ASP as global setting. By default the max size is set to 200KB.
To change this setting you need to edit the MetaBase.xml file located under c:\windows\system32\inetsrv\
- Stop IIS
- Open c:\windows\system32\inetsrv\MetaBase.xml
- Search for “AspMaxRequestEntityAllowed”
- Change the value to 1073741824 (one gigabyte) or some other maximum value that’s valid for your setup
- Save and close the file
- Start IIS
Entry Filed under: Programming. Tags: error 500, Operation not Allowed, swfupload.
Trackback this post | Subscribe to the comments via RSS Feed