i am working with MVC4
. Receiving 500 (Internal Server Error)
error while requesting for bulk amount of data. i think it is because of heavy amount of data. how to fix it ???
Error description is :
'Error during serialization or de-serialization using JSON JavaScriptSerializer. The length of the string exceeds the value set on the MaxJasonLength property.'
i have tried this in web.config:
<add key="aspnet:MaxJsonDeserializerMembers" value="1500000000000" />
but still no difference!