.net 文件上传 超过最大请求长度 解决方法
配置web.config
<configuration>
<system.web>
<httpRuntime maxRequestLength="10240" executionTimeout="900"/>
</system.web>
</configuration>
<configuration>
<system.web>
<httpRuntime maxRequestLength="10240" executionTimeout="900"/>
</system.web>
</configuration>
posted on 2008-03-14 16:30 freeliver54 阅读(1539) 评论(1) 编辑 收藏 举报