tcp/ip client server not working over internet

后端 未结 1 1320
忘了有多久
忘了有多久 2021-01-16 14:29

I\'m going to setup a small client/server server in TCP/IP mode, I use VS2010,C# to develop my apps, I\'ve googled a lot and could find some source codes, but none of them w

相关标签:
1条回答
  • 2021-01-16 14:44

    The two most common problems in this scenario:

    1. Ensure your server's router is using port forwarding to forward HTTP requests from the router to the server.
    2. Ensure you are connecting to the server's public IP address, not its local network address.
    0 讨论(0)
提交回复
热议问题