asp.net - Create subdomain - IIS7 -


Maybe someone can help me understand why I can not create subdomain my site mydomain.com and www.mydomain.com

but when I'm binding for staging.mydomain.com Can not reach that address for some reason I read a post here that someone is app Specifies the config handler setting, but I do not know.

Thanks

What's happening is that your hosting provider Your site's host name for www.mydomain is set. Com and domain.com, although you will need to ask him to add staging.mydomain.com to the list of host names.

Unfortunately, IIS does not support wildcard host headers, so you will need to specify that actual host names are required (that is, unless you are the owner of that IP address at which point You could just use *, which means that a host name can be viewed there and you can use URL rewrite to do cool stuff, but the IP owner is rarely the case).


Comments