No connection could be made because the target machine actively refused it?

后端 未结 28 2758
北荒
北荒 2020-11-22 01:27

Sometimes I get the following error while I was doing HttpWebRequest to a WebService. I copied my code below too.


System.Net.WebException: Unable to connect         


        
28条回答
  •  南旧
    南旧 (楼主)
    2020-11-22 01:53

    One more possibility --

    Make sure you're trying to open the same IP address as where you're listening. My server app was listening to the host machine's IP address using IPv6, but the client was attempting to connect on the host machine's IPv4 address.

提交回复
热议问题