this is the code in the web.config file. I have personally tried mp3 files ranging from 40 mbs - 60 mbs in size to no luck. The module will only upload files of 28mbs or less. We are using the Live Content module if this helps.
The connection is getting reset. its not even getting to the 18 minute timeout i have given it, even if it is only set to 3 minute timeout i get same error. Also when uploading the file it will get to 86% then restart when it gets to 86% again is when it gets the error.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
实际上修复了它,dot net nuke 设置为上传最大 8mbs 的文件,iis 设置为仅允许上传最大 30mbs 的文件。将此代码添加到 web.config 文件将允许上传大于 200mbs 的文件。使用我在问题中提供的代码将修改 dnn 的上传,但这将修改 iis.
actually fixed it, the dot net nuke is set to upload files up to 8mbs, the iis is set to only allow files up to 30mbs. adding this code to the web.config file will allow files larger than 200mbs to be uploaded. using the code i provided in my question will modify the dnn's upload but this will modify the iis.
DotNetNuke.com 上的 wiki< /a> 对此给出了完整而透彻的解释。
The wiki on DotNetNuke.com gives a complete and thorough explanation of this.
您可能还需要增加 AspMaxRequestEntityAllowed 的值,请参阅:http://www.banmanpro.com/ support2/File_Upload_limits.asp
You may also have to increase the value of AspMaxRequestEntityAllowed, see: http://www.banmanpro.com/support2/File_Upload_limits.asp