response size limitaiton of a WCF web serivces

后端 未结 4 2103
北荒
北荒 2020-12-19 15:17

I am hosting a WCF service in IIS using basicHttpBinding. The WCF web services queries back end SQL Server 2008 by using ADO.Net and return a DataTable to client side of WCF

4条回答
  •  天命终不由人
    2020-12-19 16:12

    Maybe will be helpful for someone.

    I had the same error. It was solved by setting MaxItemsInObjectGraph property (to big value) in server-side web.config:

    
      
                  
          
        
      
    
    
    
      
        
      
    
    

    got it from here: http://forums.asp.net/post/4948029.aspx

提交回复
热议问题