How to access a site in IIS with no DNS mapping
- by CiccioMiami
In my IIS 7.5 hosted in a Windows Server 2008 R2 I have several websites with no DNS address assigned. Let's take for instance the site (as named in IIS) with site name mySite. I have for this site the standard binding with no host name.
Suppose that my server IP address is, for instance, 101.22.23.01. Therefore it seems logic to me that in order to access the website, I should place in the address bar of my browser:
[IP_address]/[sitename]
in this case:
101.22.23.01/mySite
but it does not work. Shall I specify something else in the bindings?