在web.config文件中的system.web节点中添加如下这句,即40M
    <system.web>
<httpRuntime maxRequestLength = "40960" useFullyQualifiedRedirectUrl="true"/>
    </system.web>

 

相关文章:

  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
猜你喜欢
  • 2021-11-22
  • 2021-07-24
  • 2021-07-25
  • 2022-12-23
  • 2021-06-03
  • 2022-01-06
相关资源
相似解决方案