How can I configure iis to accept any subdomain on a website? I have my own server OS is Windows server 2008 with IIS 7
I want to accept all subdomains. The subdomain is then handled by the application which will show the right content according to the subdomain. I don't want to add 3000 enties to the iis. In the DNS I typed *.mydomain.com and pointed to my IP, which works fine, how I can do that in IIS 7
Thanks
|