I am using MVC3 and I am trying to return a data set and display the results using jQuery (Easy Query).
This works for smaller data sets however with a large data set it is showing the error as : Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
I have tried to set maxJsonLength
in web.config
but the change has no effect.