Hi,
IIS 6.0 on Windows 2003 has a file named metabase.xml which resides in the folder C:\Windows\syst em32\inetsrv . By default, this file has this entry:

AspMaxRequestEn tityAllowed = "204800"

This limits upload size to 204,800 bytes. You can change that to a large value (such as 2000000000 for 2 gigabytes) to allow your Windows 2003 server to accept large uploads.

If your server does not...