I keep getting this 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.
Even though I have my MaxReceivedMessageSize equal to 2147483647… Which is almost an order of magnitude greater than that first number. What on earth is going on?
Did you adjust MaxReceivedMessageSize on both the client-side and server-side?