适用语言:.net
第一步,打开machine.config文件
第二步,找到httpruntime标记
第三步,修改maxRequestLength属性
<httpRuntime executionTimeout="90" 
maxRequestLength
="4096" 
useFullyQualifiedRedirectUrl
="false" 
minFreeThreads
="8" 
minLocalRequestFreeThreads
="4" 
appRequestQueueLimit
="100"/>
这样就可以了,呵呵!简单吧!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-11-28
猜你喜欢
  • 2022-03-04
  • 2022-12-23
  • 2021-08-03
  • 2021-11-04
  • 2021-12-08
  • 2021-10-16
相关资源
相似解决方案