Setting up a subdomain in IIS?
Posted
by
Abe Miessler
on Server Fault
See other posts from Server Fault
or by Abe Miessler
Published on 2012-12-06T16:51:37Z
Indexed on
2012/12/06
17:06 UTC
Read the original article
Hit count: 254
I have an existing site that I would like to add a staging subdomain to. I created a new web site for it in IIS, added a host header for subdomain.mysite.com but when I try to get to the subdomain it is not found.
Do I need to create an A Record in my DNS to point subdomain.mysite.com to the server's IP or will the existing entry for mysite.com work? If not, can anyone see what I am doing wrong here?
© Server Fault or respective owner