Fork me on GitHub

.NET MVC JSON JavaScriptSerializer 字符串的长度超过 maxJsonLength 值问题的解决

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

 

 

文件大小调整后,同时最好也要调整下最大请求限制,如下配置:

<system.web>

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

</system.web>

posted @ 2019-01-28 11:41  迁梦余光  阅读(297)  评论(0编辑  收藏  举报