I am getting this error:
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
My question is where to I increase this value in the WCF client application or the server application, and if possible an example of how this is done?
Thank you