IIS - can't access page by ip address instead of localhost
Steps:
- Open command prompt as administrator
- Type the following:
netsh http add iplisten ipaddress (IPADDRESSOFYOURSERVER)
that's it. You should get:
IP address successfully added
netsh http add iplisten ipaddress (IPADDRESSOFYOURSERVER)
IP address successfully added
Comments