讀取 Excel 資料時,報錯誤訊息?
There was an exception running the extensions specified in the config file. --> Mazimun request length exceeded.
處理方法:
1. 修改 AP 環境中 web.config 的設定值:加大 maxRequestLength 或者是 增設該屬性。
2. 將 <httpRuntime executionTimeout="9000"/>
增設成 <httpRuntime maxRequestLength="80960" executionTimeout="9000"/>
沒有留言:
張貼留言