Basically i have a wcf service that returns a dataset of 2000 records. When i run the function from an application i get the standard error.
"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."
Now i know how to fix this problem at the client end. What i'm wandering is if there is any options i can set at the server that will automatically cause the MaxReceivedMessageSize property at the client to be increased.