HI, we have a great new project in plan, and would like some input bfore getting started.
We have a HOST website for a multiple clients of ours who share the same service.( website with CMS)
They have requested an option to be able to create a website from the HOST site on the fly for themseilve (one per client mysitexyz.domain.com)
Exemple : when i create an businness account on BOX.COM, i am given a
myname.box.com has my account access. (how do they do that on the fly)
The DNS propagation alond would be 4h+.
i am guessing it would ne through a wilcard :
*.domain.com IN CNAME service.domain.com
Wouldnt i be limited to 1000 bidings in IIS - and if i had to repeat the same process for another HOST website ?
Is their any Articles or References on how to implement such a solution in a large scale.