Has somebody encountered the same situation?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I've wrote a program to receive the udp package from remote machine which runs very well,but this time when I installed the IIS Server,the program always report "bind error" and error number means "Only one usage of each socket address (protocol/network address/port) is normally permitted",but the port I've used "netstat -an" and determine the port has not been used.What's the matter?