I use WCF
service for implementing getting data from database (using Entity Framework
and LINQ
on the service side). But when the service returns data I receive error: The underlying connection was closed. The connection was closed unexpectedly
. How can I bypass it ?
问问题
208 次