A socket operation encountered a dead network

Discussion in 'ASP.NET WebServices' started by jimmov, Nov 8, 2006.

  1. Hi,

    I have aweb service which when testing locally works fine. I can browse to the web service locally and I can consume the methods without getting any exceptions.

    I have published the web service but when attempting to consume a method from this remote web service I get the following error:
    "A socket operation encountered a dead network"

    I can browse to the remote web service and see the available methods.

    Any ideas why? Could it be a proxy or permissions thing? If so, how can I get resolve this issue?

    Thanks.
     
  2. The URL that you specified in the web reference could be incorrect.


    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page