Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to solve IIS is not listening to all IPs issue.  (Read 2475 times)

0 Members and 1 Guest are viewing this topic.

lathu_official

  • Guest
How to solve IIS is not listening to all IPs issue.
« on: January 16, 2014, 01:37:46 pm »
If IIS is not listening on all IP addresses, check with the following command:

netsh http show iplisten
 
It should not list any IP address. If it does, remove that listing with the following command:

netsh http delete iplisten ipaddress=[IP]
 
That should fix the issue :)

----

Thanks