Im working with asp .net MVC3 . I'm using Newtonsoft.Json.JsonConvert.SerializeObject method for parsing json object . Im Im getting Error "Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property."
I have also tried settings in web.config to max length . But ,No gain.
Kindly assist me .
Thanks