Help Iss stoped running > restart says address is allready in use?

  • Thread starter Thread starter Norman Fritag
  • Start date Start date
N

Norman Fritag

Hi there,

Iis stopped running. When attempting to restart the server it prompts that
the address is already in use.

How can I find out which application is blocking / using the port 80??

regards

Norman
 
Hi there,

Iis stopped running. When attempting to restart the server it prompts that
the address is already in use.

How can I find out which application is blocking / using the port 80??

regards

Norman

Read this KB article :

You Receive an Error Message When You Try to Start the Web Service
http://support.microsoft.com/?id=261194


Regards,

Paul Lynch
MCSE
 
netstat -o

Search under local address what is connected to 80 and get the pid. With
the pid you look in task manager which exe it is.
 
Back
Top