asp.net mvc 3 - handling sub-domains in IIS for a web application -
i have web application on local iis (mylocalsite.com)
 settings need, can handle subdomains of local site,  
user1.mylocalsite.com
 user2.mylocalsite.com
 anything.mylocalsite.com
all urls point same index page can seperate subdomain , load page accordingly.
since description not clear, initial thought can setup different bindings in iis cater subdomains. 
in iis 7, right click website -> edit bindings -> add..
but guess may need code, since users added system (assuming user/sub-domain model). refer
Comments
Post a Comment