asp.net - Advice on setting up multiple projects for an application with multiple customer sites -


I have some advice on how to establish an ASP.NET MVC application, on which a client portal and multiple client sites.

The client portal allows any customer to log in and manage their sites. Each person's site is accessed by customers and they need their own customer database, which has the ability to login via social login provider. A client application can be a user of many sites and will have a separate login for each

How can I create the best structure of projects within the solution, and separate login on all sites Am I

My current thinking is:

  • DLL /
  • Customer Presentation Project (View and Controller for All Customer Projects)

This is my first multi-project solution, so any advice would be greatly appreciated!

which manage all client logins and management


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -