i. Configuration节点下

 <system.webServer>

    <security>

      <requestFiltering>

        <!--单位为字节 maxAllowedContentLength-->

        <requestLimits maxAllowedContentLength="2097151000"/>

      </requestFiltering>

    </security>

  </system.webServer>

ii. System.web下修改节点HttpRuntime

        <!--单位为KB maxRequestLength-->

  <httpRuntime maxRequestLength="2097151" executionTimeout="3600" useFullyQualifiedRedirectUrl="true" />

相关文章:

  • 2021-06-16
  • 2021-05-26
  • 2022-01-08
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2021-05-31
  • 2021-07-28
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
  • 2021-06-09
相关资源
相似解决方案