摘要:
参考:http://consultingblogs.emc.com/merrickchaffer/archive/2007/09/19/WCF-System.Net.WebException_3A00_-The-underlying-connection-was-closed_3A00_-The-connection-was-closed-unexpectedly.aspx主要是在服务端和客户端增加序列化的配置: <dataContractSerializer maxItemsInObjectGraph="2147483646" /> 服务端: <serv 阅读全文