I'm using Windows 2003 running IIS 6.0. I have Enable Direct Metabase Edit
checked.
I edited the MetaBase.xml file and changed AspMaxRequestEntityAllowed to:
AspMaxRequestEntityAllowed="1073741824"
Then I did "iisreset".
I am using a script from www.freeaspupload.net to upload files. But it is
still crapping out on a file that is like 89 MB.
I get the error:
ASP 0101 Unexpected error. Function returned |
The docs for freeaspupload.net and on several other sites seem to say that
this is the only setting I would need to change to allow larger file
uploads. But it does not seem to have any effect.
Is there anything else I need to do or check? If I look at the script, it
is bombing on this line:
VarArrayBinRequest = Request.BinaryRead(Request.TotalBytes)
Thanks!