|
From what I understand, multi-tenancy means you can run multiple sites from a single installation of Orchard on a single server.
What I would like to do is install Orchard on two different servers, one for administering the site, the other for public consumption. They would both serve the same site but the admin site would be exposed on an intranet only. Naturally they would
both access the same database but the sites would need to run on two completely different servers.
One of the goals would be to remove the admin functionality from the public facing site. I believe I can accomplish this by removing routes on the public site.
Has anyone set this up and / or have any advice for me?
|