I am working on a nuke host for a client, they want to upload files of about 60 mb in size. I modified the web.config file to allow files up to 65 mb in size for the maneuver room only.
httpRuntime useFullyQualifiedRedirectUrl = "true" maxRequestLength = "66560" requestLengthDiskThreshold = "66560" executeTimeout = "1080000" / ">
this is the code in the web.config file. I personally tried mp3 files ranging in size from 40 to 60 mb, so no luck. The module will only download files of 28 MB or less. If this helps, we use the Live Content module.
The connection gets reset. it doesn't even reach the 18-minute timeout that I gave him, even if it is set only for a 3-minute timeout, I get the same error. Also, when downloading a file, it will reach 86%, and then it will reboot when it reaches 86% again, when it receives an error.
source
share