IT
<!--增加上传大小为8m-->
<!--在webconfig中的system.web增加如下代码-->
<httpRuntime maxRequestLength="8192" useFullyQualifiedRedirectUrl="true" executionTimeout="100"/>
也可以修改Machine.config的MaxRequestLength的值,那么所有的项目都将自动应用设置。
posted on 2008-07-22 17:16  liufei  阅读(141)  评论(0编辑  收藏  举报