gpt4 book ai didi

c# - 错误 101 (net::ERR_CONNECTION_RESET):连接已重置

转载 作者:太空狗 更新时间:2023-10-30 00:27:28 25 4
gpt4 key购买 nike

我开发了一个小型的 asp.net MVC3 应用程序,因为我已经将视频文件上传到应用程序服务器路径。当我上传 2MB 的视频文件时,它被上传了。但是当我尝试上传 50mb 的文件时,它显示错误,如。

        This webpage is not available
The webpage at http://localhost:1318/Campaign/Advertises might be temporarily down or it
may have moved permanently to a new web address.
Here are some suggestions:
Reload this web page later.
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

我在 web.config 文件中设置了执行时间和最大请求​​长度。

  <httpRuntime maxRequestLength="20480" executionTimeout="12000"/>

我该如何解决这个问题,请帮助我..

最佳答案

<httpRuntime maxRequestLength="51200" executionTimeout="0"/>

这里

executionTimeout="0" takes unlimited time
maxRequestLength="51200" for 1mb=1024 so for 50mb=51200

关于c# - 错误 101 (net::ERR_CONNECTION_RESET):连接已重置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6435409/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com