LWComputingMVP
IS-IT--Management
I have a client with a web site that he needs to allow his clients a more "customized" look and feel. For example, his clients can log in to his site and access their data at
BUT, he wants to give them a more personalized look (in part because these clients will be offering access to their portion of the web site to their clients. So what he wants is some AUTOMATED way to myclientsclientname.myclientssite.com to respond synonymously with
Now my understanding of the technology (using ASP.NET and IIS 6) is that the only way to do this would be to give each client a DNS record and then check the header to see which client's data should be accessed. But is there any other way? Or any way to script the creation of the DNS record? (They don't currently manage their own DNS on their server, but they could).
(I'm asking this on several sites as I need to ensure the broadest possible range of answers - but any answer I get that's not from here I'll post back for your information).
BUT, he wants to give them a more personalized look (in part because these clients will be offering access to their portion of the web site to their clients. So what he wants is some AUTOMATED way to myclientsclientname.myclientssite.com to respond synonymously with
Now my understanding of the technology (using ASP.NET and IIS 6) is that the only way to do this would be to give each client a DNS record and then check the header to see which client's data should be accessed. But is there any other way? Or any way to script the creation of the DNS record? (They don't currently manage their own DNS on their server, but they could).
(I'm asking this on several sites as I need to ensure the broadest possible range of answers - but any answer I get that's not from here I'll post back for your information).