Tagged Questions

14
votes
7answers
27k views

Port 80 is being used by SYSTEM (PID 4), what is that?

I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 When I look up the process in task manager, it shows PID 4 is ...
0
votes
0answers
85 views

netstat : how to read

I executed netstat command in the server, I get the following result: Local Address State PID 0.0.0.0:800 LISTENING AAAA <Server IP ...
0
votes
1answer
146 views

How can I force a refresh of what ports have listeners

I'm trying to re-launch a WCF service that I killed earlier, but I'm getting an AddressAlreadyInUseException. The port it's attempting to use is 1819. I ran netstat -nao from the command line, and ...