How to access a site in IIS with no DNS mapping
Posted
by
CiccioMiami
on Server Fault
See other posts from Server Fault
or by CiccioMiami
Published on 2012-10-01T14:04:15Z
Indexed on
2012/10/01
15:41 UTC
Read the original article
Hit count: 257
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?
© Server Fault or respective owner