What is this Issue?..

> We may face this issue, when we use
webservice for retrieving huge amount of data.
> Especially when the output is
JsonResult.
> Lets start with a simple example.

> In the given example, we are using
Jquery ajax call for getting data from server.
> Here we are trying to get the list of string of size 16000.
> Normally, we would definitely get the the error.