1, IIS设置


2,web.config 加
<system.web>
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="6291453" executionTimeout="3600" />
</system.web>
本文详细介绍了如何在web.config中设置IIS,包括将HTTP运行时目标框架设为4.5,启用2.0请求验证模式,以及调整最大请求长度和执行超时时间。
1, IIS设置


2,web.config 加
<system.web>
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="6291453" executionTimeout="3600" />
</system.web>
9871
1913
446
1万+