quote:
Originally posted by lp15
But I would like to know how to check which application is using that port so I can stop it and start apache..
To do it without installing any extra programs...
- Open a command prompt and run "netstat -aon"
- Look in the "Local Address" column for something ending with ":80"
- Look over at the "PID" column and remember that number
- Open the Task Manager, switch to the Processes tab, and find that PID. If you don't see the PID column, enable it under "View > Select Columns."
Or just download a copy of
TCPView.