WCF + REST, Increase MaxStringContentLength
问题 We are running into the following error: There was an error deserializing the object of type Project.ModelType. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. There are a ton of articles, forum posts, etc., showing how to increase the MaxStringContentLength size for a WCF service. The problem I'm