My port 80 is on listen... How can I figure out which process is using it?

Descartes

Lifer
Oct 10, 1999
13,968
2
0
InverseOfNeo might be correct for Vista. I always used netstat -ano as the 'o' option would display the pid associated with the port. You could also download something like FPort as it cross-references the pid with in-memory processes.
 

FoBoT

No Lifer
Apr 30, 2001
63,084
15
81
fobot.com
wrong forum

port 80 is 99.99% of the time a web server, so it is probably IIS

did you install IIS?