<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpRuntime maxRequestLength="4000"
executionTimeout="600" />
</system.web>
</configuration>
excutionTimeout为一个请求的最大时长,单位为秒。
maxRequestLength为上载文件时的最大尺寸,单位为Kbytes。
参见:
http://msdn.microsoft.com/zh-cn/library/e1f13641(VS.80).aspx