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
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,