G
Guest
Hi
We have created a C# Windows Forms based text chat software which uses remoting to connect to the server.
It pings the server every 3 minutes. The server has been hosted in IIS and we are usin
HTTP-SOAP for data transfer and for making remote calls. We have used the "SOAPSUDS" utility to
create the client proxy
There is also one other part which fetches data using ASP.NET Web Services
Our application detects IE settings to fetch the proxy server address and port
The client connects properly when the server is hosted on the live web site
It works successfully on an external network behind a proxy server
We are using Microsoft Proxy Server without any Proxy Client in the external network for testing this
But one of our clients is facing a problem in using this software
They are using "Network Appliance Netcaches" in their local intranet setup as proxy server. The
do not have proxy clients installed in their environment. Their proxy settings are specified in IE
The part which fetches data using webservices works fine there. But the text chat part (which uses remoting)
does not work at all. We are not able to get where the problem is. Also it does not throw any exception while
attempting to connect
If we trace the code, the code which attempts to connect to the remoting server returns
without any exception
Is it the problem that they are using the software behind this particular proxy setup
Or is there any particular setting to be done for remoting to work behind different
proxy servers
Thanks & Regards
Manish Buttan
We have created a C# Windows Forms based text chat software which uses remoting to connect to the server.
It pings the server every 3 minutes. The server has been hosted in IIS and we are usin
HTTP-SOAP for data transfer and for making remote calls. We have used the "SOAPSUDS" utility to
create the client proxy
There is also one other part which fetches data using ASP.NET Web Services
Our application detects IE settings to fetch the proxy server address and port
The client connects properly when the server is hosted on the live web site
It works successfully on an external network behind a proxy server
We are using Microsoft Proxy Server without any Proxy Client in the external network for testing this
But one of our clients is facing a problem in using this software
They are using "Network Appliance Netcaches" in their local intranet setup as proxy server. The
do not have proxy clients installed in their environment. Their proxy settings are specified in IE
The part which fetches data using webservices works fine there. But the text chat part (which uses remoting)
does not work at all. We are not able to get where the problem is. Also it does not throw any exception while
attempting to connect
If we trace the code, the code which attempts to connect to the remoting server returns
without any exception
Is it the problem that they are using the software behind this particular proxy setup
Or is there any particular setting to be done for remoting to work behind different
proxy servers
Thanks & Regards
Manish Buttan