I am just trying to shift some comma separated numbers to the frontend:
[AcceptVerbs(HttpVerbs.Get)] public JsonResult GetSquares() { var result = new JsonR
See explaination and LargeJsonResult class at http://brianreiter.org/2011/01/03/custom-jsonresult-class-for-asp-net-mvc-to-avoid-maxjsonlength-exceeded-exception/