handling sub-domains in IIS for a web application
问题 I am have a web application on local IIS (mylocalsite.com) What settings I need, so that I can handle all subdomains of my local site, like user1.mylocalsite.com user2.mylocalsite.com anything.mylocalsite.com All urls will point to same index page from where I can seperate subdomain and load page accordingly. 回答1: Since your description is not that clear, my initial thought would that you can setup different Bindings in IIS to cater for all the subdomains. In IIS 7, right click your website -