Error occured on a recieve

petesprandio
Joined: 07/03/2008
Points: 0
User offline. Last seen 1 year 32 weeks ago.

I'm getting the following error when using the web service:
The underlying connection was closed: An unexpected error occurred on a receive.
I've done the following
webRequest.KeepAlive = false;
webRequest.ProtocolVersion=HttpVersion.Version10;
But it still occurs although less frequently

Any suggestions on a better solution?