IIS6 host multiple websites under same sub-domain (or something similar)
Posted
by
user28502
on Server Fault
See other posts from Server Fault
or by user28502
Published on 2009-12-08T15:55:37Z
Indexed on
2012/09/26
3:40 UTC
Read the original article
Hit count: 428
I'm trying to figure out a structure for a hosted application that i'm working on. I've got a domain lets call it app.company.com (a sub-domain company.com of course) that is setup to redirect to my IIS 6 web server.
I would like to set up one website in IIS for each client that will use this application. And have the URL schema be like this:
app.company.com/clientA --> would point to ClientA website in IIS
app.company.com/clientB --> would point to ClientB website in IIS
Do you guys have any pointers or best practices for my scenario?
© Server Fault or respective owner