JSON Maximum length problem with ASP.NET

后端 未结 1 933
迷失自我
迷失自我 2020-12-16 18:33

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 se

1条回答
  •  情歌与酒
    2020-12-16 18:53

    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 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 section:

    
      
        
          
        
      
    
    

    0 讨论(0)
提交回复
热议问题