解决asp.net中上传较大文件出现超时等错误

 
修改web.config文件
<system.web>
<httpRuntime executionTimeout="3600"  maxRequestLength="1048576"/>
</system.web>

posted on 2004-07-09 16:30  ╋上帝已死,ICE已重生╋  阅读(495)  评论(0编辑  收藏  举报

导航