I am creating a asp.net 2.0 webservice which give json as output and there’s a very large, can’t be break down, dataset which exceed the max length limit
I have search on the internet, and there’s solution on .net 3.5 & 4, but not 2.0.
Can any tell me how can I increase the JSON legth limit?
I had this same exact problem. Was getting frustrated seeing 3.5 and 4.0 solutions. Turns out you do the same thing, you just have to add a couple lines to the
<ConfigSections>tag in your Web.config. It should be the first element under the root when you paste it in.and then add in the actual
<system.web.extensions>section: