Admin-Ahead Community

Windows => General Windows => Topic started by: lathu_official on January 16, 2014, 01:37:46 pm

Title: How to solve IIS is not listening to all IPs issue.
Post by: lathu_official 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