Base solution for your next web application
Open Closed

Need a framework for multi tenancy with multiple databases #1256


User avatar
0
nishakr created

Hi,

I am trying to develop a cloud application with multi tenancy support in MVC, angularjs, Visual Studio 2015, EF 6, SQL Server 2012. Boilerplate seemed to be a perfect match for us. But I need separate instances of databases for each tenant. The Users, Roles & Permissions are to be kept separate for each tenant. Also, I don't need the .Net user management and login as I am custom building those. But I need all the other modules of Boilerplate. Could you please guide me on how to change the boilerplate framework to suit my needs? Also, could you please give me the link for boilerplate project template for VS 2015?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    You can create template (including module-zero) here: <a class="postlink" href="http://www.aspnetboilerplate.com/Templates">http://www.aspnetboilerplate.com/Templates</a> (and start from here: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template">http://www.aspnetboilerplate.com/Pages/ ... p-Template</a>) It already contains everyting to create database per tenant applications.

    This template uses ASP.NET Identity. I don't suggest to create a custom one if you don't need to a very special auth system.