User440671232 posted
Currently, I'm having problem with one of my WCF Project that get all users from Active Directory (LDAP). Since the number of Users retrieved from LDAP Server is around 700, it produced an error specified below:
The maximum message size quota for incoming messages (65536) has been exceeded
Is it possible to divide the result and combine them in the response? I mean like calling the service several time than combine all results in one result?
Thanks in advance.