2019年10月3日 星期四

ASP.NET MVC 中 使用 AJAX 傳送大量Json 出現 Internal server error 500 問題

只要在 web.config 中加入

<appSettings>
    <add key="aspnet:MaxJsonDeserializerMembers" value="150000" />
</appSettings>

即可