Hi all,
This code genearates a error saying "could not connect to remote server", but only by the webclient call inside the loop, eventhough it's the exact same calls?

any suggestions?

[CODE=vb]
string newChat;
string oldChat = webClient1.Down loadString("htt p://www.zzzzzzz.com ");
while (1 < 2)
{
...