Why do I always have problems with IIS 6.0 and upload sizes?
There is one tweak that must happen for the upload large files to work properly in IIS6. By default it won't allow a POST larger than 200KB
(Not sure of the Reasoning).
To fix it:
- Open IIS Manager
- Right-click on the server name at the top of the tree and choose "Properties"
- Check the first box for "Enable Direct Metabase Edit" and click the "OK" button
- Open C:\Windows\System32\Inetsrv\metabase.xml with Notepad (NOT Wordpad)
- Find AspMaxRequestEntityAllowed and change it to 1073741824