Intermittent Web Exception
I have been searching the internet now for about 2 days trying to find a solution to my problem. I am hoping and praying someone can help me out. I have an application in which I am using HttpWebRequest to post information to a web server that I wrote. I have several clients across the country using the client software to post information to the server but only one of them is experiencing the problem. About one or twice a day they get an error using the HttpWebRequest which says "Unable to connect to the remote server" at System.Net.HttpWebRequest.GetRequestStream(). I know for a fact that the server is not rejecting the request because as soon as the error occurs I have an error handling routine that posts the error to my server. This is how I know when and where errors occur in the application. Below is some other information that might be useful.
1. I am using .Net Framework 2.0
2. The application is in heavy use with regard to posting information but the error only occurrs a couple of times per day.
3. There is no proxy server at the client site
4. I am using a IP address and not a domain name for the URL that I am posting to.
5. I have set KeepAlive to False
What do you think could be happening? Can you please help point me in the right direction to solve this problem. If there is any other information that I can provide please let me know. Your assistance in this matter would greatly be appreciated.
Thanks,
AD

