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

前端 未结 22 2347
梦谈多话
梦谈多话 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条回答
  •  -上瘾入骨i
    2020-12-23 00:05

    I struggled with this for a couple of days and tried every answer from this post and many others and share my solution because symptoms were the same but the problem was different.

    The problem was that the app pool was configured with a memory limit and it just get recycled after a variable period of time.

    Hope this helps somebody else!
    Greetings,

提交回复
热议问题