EXCEPTION: System.InvalidOperationException: The JSON request was too large to be deserialized
edx
506
Points
24
Posts
|
I am getting following error message:
Also, I added in web.config:
But not working for me. I'm also facing same problem. - chkdk 18-Aug-2017 03:22
|
Answers
Smith
2890
Points
78
Posts
|
I think, you can set a higher value for aspnet:MaxJsonDeserializerMembers in the appSettings:
Also you can see on https://msdn.microsoft.com/en-us/library/hh975440(v=vs.120).aspx It specifies the limit of the maximum number of items that can be present in any dictionary deserialized by the JavaScriptSerializer type.
Posted On:
18-Aug-2017 04:37
great.. you save my day, thanks... - xyan 19-Aug-2017 01:32
|
Blog
Active User (0)
No Active User!