I 'am getting the following error while accessing the WCF service from the windows service.
"The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."
In this i am trying to send huge(10 MB)data from windows service to the Web service.For lesser records all things work fine but for large data it gives above error.
What are the config changes do i need to make?