How Can I Tell What is Listening on a TCP/IP Port in Windows?
Whenever an application wants to make itself accessible over the network, it claims a TCP/IP port, which means that port can’t be used by anything else. So if you need to use an in-use port, how do you tell what application is holding it?
No comments:
Post a Comment