Support =>
Windows Dedicated Server FAQ
Why can't I upload a file bigger than 200K on Windows Server 2003 / IIS 6.0

The default settings of IIS 6.0 prevent the upload of files bigger than 200K. There are two different settings:
- MaxRequestEntityAllowed is the maximum number of bytes allowed in the entity body of any HTTP request.
- AspMaxRequestEntityAllowed is the maximum number of bytes allowed in the entity body of an HTTP request to an ASP page.
In either case, if the Content-Length header is present in the HTTP request and it specifies an amount of data greater than the IIS 6.0 setting, IIS refuses the upload and returns a 403 error response.
To change these settings, follow these steps:
- Stop the IIS service
- Open c:WindowsSystem32Inetsrvmetabase.XML in notepad or another text editor
- Change the value for the MaxRequestEntityAllowed or AspMaxRequestEntityAllowed to the setting you require. For example, use 1073741824 to allow 1GB uploads.
- Start the IIS service
If your question isn't answered here, ask our support
team directly,
or call 678-268-4065 and choose option 2 for support.