Re: Web (ASP.NET) Too Much Time (General questions)
did you set Blocking to True? Does it ever complete 'Connect' method call?
Yes, blocking is set to True and timeout property is 160. It does not complete Connect method call.
On making connection we are using a while loop in which we are checking the state of connection i.e ssh1.state property is connected or not as mentioned earlier. We also tried waitfor( $ ) method for the prompt to occur if its connected.
When we are exeuting our web application in debug mode it is successfully making the connection, however when are not using debugging mode it is taking too much time is connection cannot be established.
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