Is there any other place besides the metabase.xml file where the file upload size can be modified?
I am currently running a staging server with IIS6 and it is setup
If you are uploading document from rad-control than you can just use this line of code.
RadFileExplorer1.Configuration.MaxUploadFileSize = 2000 * 1024;
It worked for me.