This post explains how to map domain names with IIS web site
Assumptions:
We have IIS hosted on a server with static IP and internet access (:|)
We own a public domain name (:|) which is to be mapped (:|)
IIS version 5.1 and above
For demo, I am assuming following values
server IP address : 222.222.222.222
public domain name to be mapped: map.jyotsna.com
Please note that these values are for demostration purpose only. I, in no way, own these.
To do:
Add and 'A' record to your DNS settings with value = IP of server. So my "A" record for jyotsna.com has value = 222.222.222.222
Create a web site i..........................
READ FULL ARTICLE