creating sub-domains on signup
问题 I'm building a site where businesses will be able to sign-up for there own account which should be located at http://businessname.example.com with the "businessname" changing each time. I want to do this on a windows server (IIS 7) but am not sure how a go about it. 回答1: First, you have to configure your DNS server to resolve *.example.com to the IP of your server. Then, you have two choices: Every time a new account is created, you add its host to the configuration of IIS, so it is bound to