一、 修改web.config,增大可上传文件的大小限制,增大执行时间限制
<httpRuntime maxRequestLength="2048000" executionTimeout="600"/>
二、IIS里改这个地方:
<requestLimits maxAllowedContentLength="99000000" />
一、 修改web.config,增大可上传文件的大小限制,增大执行时间限制
<httpRuntime maxRequestLength="2048000" executionTimeout="600"/>
二、IIS里改这个地方:
<requestLimits maxAllowedContentLength="99000000" />