I am trying to set up a website on IIS7 and working with the DNS server. I created a new site on IIS7, which is website.com. Under the bindings, I listed website.com.
Then I create a DNS record that points to my IP address. I created a new forward lookup zone title website.com. I set the host (A) record to the external IP, 1.2.3.4. I then setup a CNAME record for the WWW with the value website.com.
Now, when I view my site and go to website.com, the page shows properly. When I go to www.website.com, the webpage loads from my Default Web Site in IIS. How can I direct WWW to go to the proper website? What am I missing here?
Thanks in advance.