IIS .net upload large file congif

IIS 7.x,

?<system.webServer>
 <security>
 <requestFiltering>
 <requestLimits maxAllowedContentLength="2147483648" />
 </requestFiltering>
 </security>
</system.webServer>

IIS 6.0

?<system.web>
 <httpRuntime maxRequestLength="2097151" />
</system.web>

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注