I'm getting message like this:
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.
I checked on net, not able to find the portion to chage in configuration file here (C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE). The file name and content is WcfTestClient.exe.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<DisableMSIPeek enabled="true"/>
</runtime>
</configuration>
How can I change this to get it work. Please note that, My WCF application is working fine, when I have less output character and this WCF Test client is given by .Net framework.I found this: http://tzonsoftware.blogspot.in/2009/07/changing-wcf-test-client-configuration.html. But, what would be the max size I can keep? Please help.