1、在web.config的 <system.web> 節點裡面添加 <httpRuntime targetFramework="4.5.2" executionTimeout="3600" maxRequestLength="2000000" useFullyQualifiedRedirectUr ...
1、在web.config的 <system.web> 節點裡面添加 <httpRuntime targetFramework="4.5.2" executionTimeout="3600" maxRequestLength="2000000" useFullyQualifiedRedirectUrl="false" />節點
executionTimeout:超時時間 單位為秒
maxRequestLength:文件最大KB 單位KB
2、打開IIS管理伺服器 單擊發佈的網站在右邊雙擊打開<請求篩選>
雙擊打開 選擇 <隱藏段> 選項卡裡面的web.config打開
選中web.config右鍵 <選擇編輯功能設置>
修改紅框里的兩處,單位為位元組 預設為30M
1M=1048576位元組