Hi,
I have changed settings in 3 places that I know of:
IIS Request Filtering: changed the max file upload setting to 300,000,000 (~293MB)
System.Webserver: <requestLimits maxAllowedContentLength="51200000" />
System.Web:
maxRequestLength="51200" requestLengthDiskThreshold="28672"
Still can't upload a 34MB file. The host settings still show the max size allowed to 28MB.
Please help me identify what setting needs to change to upload files larger than 30MB.
Thanks!!