1. 程式人生 > >System.Web.HttpException (0x80004005): 超過了最大請求長度

System.Web.HttpException (0x80004005): 超過了最大請求長度

asp.net預設限制最大上傳檔案大小為4096KB .修改 web.config

  <httpRuntime targetFramework="4.7.2" maxRequestLength="20240" />

  <httpRuntime   maxRequestLength="148576"   executionTimeout="3600"   />