(1)在web.comfig文件中添加一个httpRuntime主键

<httpRuntime executionTimeout="90"
maxRequestLength="40960" useFullyQualifiedRedirectUrl="false"

minFreeThreads="8" minLocalRequestFreeThreads="4"
appRequestQueueLimit="100"/>

maxRequestLength="40960" 是最大的请求数,单位为:K


(2)修改C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config文件


<httpRuntime executionTimeout="190" maxRequestLength="40960"


maxRequestLength="40960" 是最大的请求数,单位为:K

相关文章:

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