We’ve recently developed a wcf based service. And started exposing to external clients. But sometimes, they receive the maximum message size exception. I know that they can set in the config file and it’ll work. But, it really looks bad on our side. Is there any way I can set the proper size on my side and stop causing this error?
We’ve recently developed a wcf based service. And started exposing to external clients. But
Share
It needs to be set on the client as they are receiving the large message.
Example: