I have developed an appliction using python 2.4 and is running on Linux ES4.0. I have written one component in C#.net 2005.
The things are working fine.
Now, we have moved to Virtualization. We are using VMware v 4.0. The linux ES is installed and we are using lighttpd.
Now, It is possible to access the web pages through IE, but from component developed in C#.net 2005, it is throwing "The underlying connection was closed: An unexpected error occurred on a receive." Exception.
I have tried
myRequest.KeepA live = false;
But still it is the same.
There is no way out from this.
Kindly suggest.
Thanks in anticipation.
Kumar
The things are working fine.
Now, we have moved to Virtualization. We are using VMware v 4.0. The linux ES is installed and we are using lighttpd.
Now, It is possible to access the web pages through IE, but from component developed in C#.net 2005, it is throwing "The underlying connection was closed: An unexpected error occurred on a receive." Exception.
I have tried
myRequest.KeepA live = false;
But still it is the same.
There is no way out from this.
Kindly suggest.
Thanks in anticipation.
Kumar
Comment