C#在web.config上設定
<system.web> <httpRuntime executionTimeout="90" maxRequestLength="100000" useFullyQualifiedRedirectUrl="false" /> </system.web>
Win2003 IIS6
1. 關閉 IIS Admin Service 服務
2. 開啟 \Windows\system32\inetsrv\metabase.xml
3. 修改 SPMaxRequestEntityAllowed 的值為自己需要的, 預設為 204800
4. 啟動 IIS Admin Service