Wildcard subdomains in IIS7. Is it possible to make them like it is in Apache?
Is this possible to configure IIS7 to achieve the same functionality like Apache has regarding wildcard domains? I'm interested in routing user in ASP.NET web application based on subdomain user used in URL. Something like is described here: http://steinsoft.net/index.php?site=programming/articles/apachewildcarddomain Thanks Daniel Liuzzi The answer is No, IIS7 (still) does not support wildcard hostnames (see this ). If you want to serve multiple domain on one website, the only workaround for now, as notandy suggested, is using a dedicated IP and doing it with DNS, which does support wildcards