Getting Error : The size necessary to buffer the XML content exceeded the buffer quota
问题 I have developed one console application and from there i have called WCF function after adding as web reference. my console application's web.config as per below.. <system.serviceModel> <bindings> <basicHttpBinding> <binding name="BasicHttpBinding_IApicaAzureMonitorAgentReceiverWCF" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647"