WCF: Multiple binding configurations for a single service
问题 I'm working on a client-server application (.NET 4 WPF, WCF) that must support backwards compatibility. In other words, old clients should be compatible with new servers (and vice versa) as far as operation contracts and data contracts. Our WCF services are hosted in IIS, and they were set up to use basicHttpBinding: <basicHttpBinding> <binding name="basicHttpBinding_Configuration" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> <readerQuotas maxDepth="2147483647"