Web (ASP.NET) Too Much Time - WeOnlyDo Discussion board

Web (ASP.NET) Too Much Time (General questions)

by Fahad, Friday, August 19, 2005, 14:15 (7035 days ago)

I am using u r component in my web project, the problem i am facing is that it is taking too much time to connect to server. I try to use WaitFor method and my own logic while loop to connect to server but its taking too much time to connect to server.

while(true){
if (Ssh1.State == WeOnlyDo.Client.SSH.States.Connected){
break
}

I just want to connect to server via Web, is their any thing u guy can doo to assist me.

P.S: I have the license to use for web


Complete thread: