Re: Web (ASP.NET) Too Much Time (General questions)
Fahad,
I see you set required properties, but in wrong place. You set them in 'establishedConnection' function, but what about in 'Button1_Click' that will actually make the connection? All I see there is: [code] Ssh1.Login = XXX ;
Ssh1.Password = XXX ;
Ssh1.Protocol = WeOnlyDo.Client.SSH.SupportedProtocols.SSHAuto;
Ssh1.Timeout = 60;
Ssh1.TempAuthorization = XXX ; // License Key 30 Days only
Ssh1.Connect( XXX );
[/code] and not Ssh1.Blocking = True.
Is that correct?
Complete thread:
- Web (ASP.NET) Too Much Time - Fahad, 2005-08-19, 14:15
- Re: Web (ASP.NET) Too Much Time - wodSupport, 2005-08-19, 15:31
- Re: Web (ASP.NET) Too Much Time - Fahad, 2005-08-23, 08:09
- Re: Web (ASP.NET) Too Much Time - wodSupport, 2005-08-24, 09:07
- Re: Web (ASP.NET) Too Much Time - Fahad, 2005-08-24, 12:00
- Re: Web (ASP.NET) Too Much Time - wodSupport, 2005-08-24, 12:44
- Re: Web (ASP.NET) Too Much Time - Fahad, 2005-08-24, 12:00
- Re: Web (ASP.NET) Too Much Time - wodSupport, 2005-08-24, 09:07
- Re: Web (ASP.NET) Too Much Time - Fahad, 2005-08-23, 08:09
- Re: Web (ASP.NET) Too Much Time - wodSupport, 2005-08-19, 15:31