1

Can you recommend me any multitenant CMS? I am looking for the following features:

  1. One different site per tenant
  2. Each tenant must have its own independent database
  3. Different authentication methods
  4. Be able to create custom forms with custom fields, I know a CMS is a content management system, but we want to use a CMS as a starting point for custom applications, where I can add orders, invoices, etc, but I dont want to build that from scratch.
ngm
  • 7,277
  • 1
  • 53
  • 62
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
  • See this related question: http://stackoverflow.com/questions/5677694/multi-tenancy-support-umbraco-vs-orchard-project – ngm Nov 20 '15 at 10:09

1 Answers1

4

Orchard is a CMS built on top of ASP.NET MVC, and has a multi-tenancy module. This allows for using a different databases per tenant.

It is extensible by developing your own modules.

ngm
  • 7,277
  • 1
  • 53
  • 62