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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -