Web.config里设置upload文件大小限制的属性是什么来着?在哪个Section里?
在
<system.web>
</system.web>
中添加
<httpRuntime executionTimeout="90" maxRequestLength="100000" useFullyQualifiedRedirectUrl="false" />
<system.web>
</system.web>
中添加
<httpRuntime executionTimeout="90" maxRequestLength="100000" useFullyQualifiedRedirectUrl="false" />
posted on 2007-04-05 09:27 joyous jeny 阅读(330) 评论(0) 编辑 收藏 举报