WCF System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly If you get the above error when trying to return large numbers of items in a List<T> from a WCF service, then ensure you have set the following
Read More...