im having a trouble with my JsonResult of a MVC 5 call. My retorn data are really big and im getting this error:
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
And I cant find the property MaxJsonLength in my object JsonResult.
Thanks 4 the help!