dford07
dford07

Reputation: 47

Create subdomain, IIS, AWS VM

i have an aws vm with a dns record pointing to it. my aws vm is running IIS.

i want to create a sub domain, sub.domain.com

both websites are on the same box+iis but stored in different folders..

i have tried creating a binding for the subdomain but i cant get it working..

im assuming the only changes needed are in IIS because the VM is the endpoint for that dns record and IIS should handle the rest?

Given the current configuration, what do i need to do the make this work?

Upvotes: 0

Views: 264

Answers (1)

Hesham Amin
Hesham Amin

Reputation: 141

You should create two CNAME records pointing to this VM. Then configure IIS sites to use the respective sub-domains.

Upvotes: 2

Related Questions