Im working with asp.net MVC3. I am using the Newtonsoft.Json.JsonConvert.SerializeObject method to parse a json object. Im Im getting the error "An error occurred while serializing or deserializing using the JSON JavaScriptSerializer. The string length exceeds the value set in the maxJsonLength property."
I also tried setting in web.config to the maximum length. But, there is no benefit.
Please help me.
thanks
source share