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