HTTP上传大文件的节点配置

<system.web>
<compilation debug="true" targetFramework="4.0" />
<httpRuntime maxRequestLength="" executionTimeout=""></httpRuntime>
</system.web>
<system.webServer>
<security>
<requestFiltering>
<!--这个节点直接决定了客户端文件上传最大值-->
<requestLimits maxAllowedContentLength="" />
</requestFiltering>
</security>
</system.webServer>
上一篇:网易云课堂_C++程序设计入门(上)_第2单元:丹青画松石– EGE图形库


下一篇:在windows下安装mysql5.6.24版本