Windows – How to stop IIS from listening port 80 on specific IP

iisnetworkingwindows

My server has numerous IPs and IIS running numerous sites. I need to free one specific IP from IIS listening port 80.

How to do that?

I can't manually open each site bindings and see if it is using given IP and port 80.

Best Answer

To stop IIS from listening to port 80:

  1. For Windows 10, open the Start Menu and search for Administrative Tools.  (Or just run it directly from the Control Panel.)

    Screenshot for Administrative Tools

  2. Double-click Internet Information Services (IIS) Manager to open.

  3. Select your Connection (having either your computer name or localhost).
  4. In the list of Actions on the right side menu, you can stop and start the connection:

    Screenshot for Internet Information Services (IIS) Manager

Related Question