天天看點

.NET MVC JSON JavaScriptSerializer 字元串的長度超過 maxJsonLength 值問題的解決

https://blog.csdn.net/weixin_34066347/article/details/85982742

檔案大小調整後,同時最好也要調整下最大請求限制,如下配置:

<system.web>

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

</system.web>