The maximum string content length quota (8192) has been exceeded while reading XML data
问题 I\'m trying to pass a large string (24,000 to 50,000 characters) to a self-hosted TCP WCF service. I\'ve upped the maxStringContentLength (everywhere) to 22008192. I read somewhere that I need to change the bindingConfiguration to \"LargeBuffer\" or \"LongFields\" but when I do this: <endpoint address=\"\" binding=\"netTcpBinding\" bindingConfiguration=\"LongFields\" contract=\"ExStreamWCF.IService1\"> or this: <endpoint address=\"\" binding=\"netTcpBinding\" bindingConfiguration=\