An existing connection was forcibly closed by the remote host - WCF

后端 未结 11 693
死守一世寂寞
死守一世寂寞 2020-11-30 04:18

I have a WCF web service that is working fine. However there is one particular call that is failing - but only failing for certain users. The call is pretty simple - it is

11条回答
  •  一整个雨季
    2020-11-30 04:54

    I just had this error now in server only and the solution was to set a maxItemsInObjectGraph attribute in wcf web.config under tag:

    
    

提交回复
热议问题