This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【修改】配置文件增加最大请求长度;
大厂分支
dyy
4 years ago
parent
0acf46f718
commit
4f01b2b930
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save