Browse Source

【修改】配置文件增加最大请求长度;

大厂分支
dyy 4 years ago
parent
commit
4f01b2b930
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Web.config

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Web.config View File

@@ -43,6 +43,8 @@
<add namespace="System.Web.WebPages" />
</namespaces>
</pages>
<!--最大请求长度,单位为KB(千字节),默认为4M,设置为1G,上限为2G -->
<httpRuntime maxRequestLength="1048576" executionTimeout="3600" />
</system.web>
<system.webServer>
<security>


Loading…
Cancel
Save