I have a WCF Service which returns 1000 records from database to the client. I have an ASP.NET WCF client (I have added service reference in asp.net web application project
For me, all I had to do is add maxReceivedMessageSize="2147483647" to the client app.config. The server left untouched.
maxReceivedMessageSize="2147483647"