This could be due to the service endpoint binding not using the HTTP protocol

前端 未结 22 2344
梦谈多话
梦谈多话 2020-12-22 23:10

I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:

An error occurred while receiv

22条回答
  •  独厮守ぢ
    2020-12-23 00:10

    My problem was too many items were being passed between client and server. I had to change this settings in the behavior on both sides.

    
    

提交回复
热议问题