iis 7 - IIS Subdomain Host Headers Not Working -


using iis 7, have existing website, example.com, , have added website i'd url, sub.example.com point. i've set host headers this, not work. trying ping subdomain url give message "ping request not find host sub.example.com. please check name , try again."

should dns setting perhaps set?

the subdomain must set in dns or not resolve ip address. having defined in iis not enough. client computer must able translate name meaningful server address.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -