Answered by:
Multi Tenancy application

Question
-
User-741616793 posted
Hi Guys,
Can anyone give me any links or information on
How to develop a multi tenancy application using asp.net framework ??
Scenario: One Web application, different Clients ( c1, c2, c2 ) and each client might have 5-10 users to use the web application....
similar to SAAS.
Thankyou.....
Tuesday, May 11, 2010 1:44 AM
Answers
-
User78336405 posted
Hi,
Please refer to:http://codeofrob.com/archive/2010/02/14/multi-tenancy-in-asp.net-mvc-controller-actions-part-i.aspx .
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, May 12, 2010 2:23 AM -
User-952121411 posted
It seems that with ASP.NET web forms this is an uphill battle with a lot of work on the deleoper to creat and managae all of the custom configurations, but a lot of this has been solved with the architecture behind an ASP.NET MVC application that has an easier time rendering a customized view for the browser. Take a look to the following:
Challenges of Multi-Tenant, Enterprise ASP.NET Applications (read through the commnets at the end; just as good info):
Mutli Tenancy - multi tenant apps and frameworks:
http://ayende.com/Blog/archive/2008/08/13/Mutli-Tenancy--multi-tenant-apps-and-frameworks.aspx
Building multi tenant applications with ASP.NET MVC (4 part series):
http://bartreyserhove.blogspot.com/2009/01/building-multi-tenant-applications-with.html
build a multi tenant app:
http://forums.asp.net/t/1517713.aspx
SaaS / multi Tenant Architecture:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 14, 2010 1:53 PM
All replies
-
User78336405 posted
Hi,
Please refer to:http://codeofrob.com/archive/2010/02/14/multi-tenancy-in-asp.net-mvc-controller-actions-part-i.aspx .
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, May 12, 2010 2:23 AM -
User-952121411 posted
It seems that with ASP.NET web forms this is an uphill battle with a lot of work on the deleoper to creat and managae all of the custom configurations, but a lot of this has been solved with the architecture behind an ASP.NET MVC application that has an easier time rendering a customized view for the browser. Take a look to the following:
Challenges of Multi-Tenant, Enterprise ASP.NET Applications (read through the commnets at the end; just as good info):
Mutli Tenancy - multi tenant apps and frameworks:
http://ayende.com/Blog/archive/2008/08/13/Mutli-Tenancy--multi-tenant-apps-and-frameworks.aspx
Building multi tenant applications with ASP.NET MVC (4 part series):
http://bartreyserhove.blogspot.com/2009/01/building-multi-tenant-applications-with.html
build a multi tenant app:
http://forums.asp.net/t/1517713.aspx
SaaS / multi Tenant Architecture:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 14, 2010 1:53 PM