Multiple URLs on one domain in IIS 6 [closed]
- by TGnat
Possible Duplicate:
How to Host Multiple Domains / Web Sites on one IIS6 Server
I'm a developer and only know the basics of IIS administration.
I want to give each of my clients a personalized URL to access my web site. I have mySite.com and I would like to allow client A to acess the site via A.mySite.com and client B to use B.mySite.com. These would all point the the mySite.com domain with the same ip address.
Can this be done in IIS? Do I have to register new domains for each client? Are there other ways to accomplish the same thing?