HttpWebRequest times out on second call
Why does the following code Timeout the second (and subsequent) time it is run? The code hangs at: using (Stream objStream = request.GetResponse().GetResponseStream()) and then causes a WebException saying that the request has timed out. I have tried this with a WebRequest and HttpWebRequest Edit: It seems the code is falling over in request.GetResponse() Edit: This post suggests it may be a GC issue --> http://www.vbforums.com/showthread.php?t=610043 - as per this post the issue is mitigated if Fiddler is open in the background. The server is there and available for requests. private string