Hi,
What's the limit of data that I can return by WCF service? I tried to play around with maxReceivedMessageSize and other parameters but still dont know what exactly the limit? Even if I get rid of "size quota for incoming messages" issue I get "an existing connection was forcibly closed by the remote host".
I know that "pagging" is the best solution but at the moment I want to know what's MAX of data I can send to the client without additional complexity. Thanks!
Regards, Leonid