|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Something is using port 80. Locks out IIS
I’m trying to get IIS up and running on an XP machine so I can test C# projects. I’m pretty sure that for what I need the IIS version that is in XP Pro will work fine. However when I try to start the default website I get an error that apparently means that port 80 isn’t available. If I change the port for the website it works fine. So what I’m needing to know is how to find out what’s using port 80. I have been looking for port monitors that will work on a windows machine with out much luck. Does anyone out there know of any good network monitoring software that would work for this?
|
|
#2
|
|||
|
|||
|
on the server you can open a command prompt and use netstat. netstat -help will show the various ways you can use the program. netstat -an will show all ports in use by port number.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Something is using port 80. Locks out IIS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|