I need a multi-tenant CMS with many tenants, which allows you to configure each site and each user.
Think of something like Myspace, where it usually represents a single template, tied to a profile of some type, but allows the user to customize this template, but he wants to.
BY "massively" I mean in the area of ββ100,000+ "sites", many will have their own domain, many of which will be subdomains of the parent domain.
The scale of multi-tenant leases make most systems impractical, since they require individual configuration of each site.
Perhaps what I'm really looking for is some kind of "CMS" toolkit that will allow me to create what I want, but gives me the tools to do this.
I would prefer something .NET oriented, but everything will work.
Does anyone have links to projects or systems?
source share