I was trying to access a webservice from my office its working fine but fail
to connect from my Friend's system which is behind a firewall, I was annoyed
by seeing the following error message : "the underlying connection was
closed: Unable to connect to the remote server."
And Stack Trace : at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
anyone have solution....plz ...
Manish Bafna - 29 Jan 2007 09:14 GMT
Hi,
You will find following url useful:
http://www.dotnet247.com/247reference/msgs/12/63613.aspx
Thanks and Regards,
Manish Bafna.
MCP and MCTS.
> I was trying to access a webservice from my office its working fine but fail
> to connect from my Friend's system which is behind a firewall, I was annoyed
[quoted text clipped - 7 lines]
>
> anyone have solution....plz ...