IIS - can't access page by ip address instead of localhost


IIS - can't access page by ip address instead of localhost

Steps:
  1. Open command prompt as administrator
  2. Type the following:
netsh http add iplisten ipaddress (IPADDRESSOFYOURSERVER)
that's it. You should get:
IP address successfully added

Comments