So I've been having a problem where I can't use localhost:80 on IIS
So I ran this:
> netstat -ano | find "0:80"
And got:
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
I then looked under the details tab of Task Manager and PID 4 is "System". I have no clue what this is or what it does...
Help please?