I have a web site that communicates with a WCF. This Wcf communicates with my "DAO" which is a class library where I have the .edmx template for access to the database. I referred my DAO to WCF, and my WCF to my web site.
I'm using entity framework and webForms.
In Inner Exception is generating the following error.
The underlying connection was closed: Unexpected error in one receipt.
In my code it generates the following error.
Error receiving HTTP response for
http://locahost:4614/Service.svc.
This may be related to the fact that the service endpoint association does not use the HTTP protocol. It may also relate to the cancellation of a context of the HTTP request by the server (possibly due to the service shutdown). See the server logs for more details
Can anyone help me?