I have users who are receiving the following message when running large LiveReports. Content Server and CWS is hosted on IIS.
“The maximum message size quota for incoming messages (1024000) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element"
There are many entries in the web.config file for various service endpoints. Which one is relevant to the return of Web Report results to the client? Also, are there any possible unwanted side effects from raising the maxReceivedMessageSize value, and what should the values of these parameters be for that binding:
- messageEncoding
- transferMode
- security mode=
- Thanks
Patrick