vote up 1 vote down star
1

I would like to setup a multi-tenant ASP.NET MVC app. Ideally, this app would have a route with {tenant}/{controller}/{action}/{id}, each tenant representing an logical instance of the app (simply independent multi-user accounts)

The fine grained details how do that are still quite unclear to me. Any guide available to setup such multi-tenant scheme with ASP.NET MVC?

flag

3 Answers

vote up 0 vote down

if you don't mind using the S#arp architecture (opinionated Asp.Net MVC) , here's a guide to make S#arp multi-tenant

http://www.iamnotmyself.com/2009/08/08/ImplementingAMultiTenantASPNETMVCApplicationWithSarpArchitecture.aspx

link|flag
vote up 0 vote down

You will prob find these links useful.

link|flag
The question linked is relevant indeed, but with no good answers posted unfortunately. Actually, the only relevant post links to yet another post, with even less relevant answers :-( – Joannes Vermorel Nov 9 at 10:51
That sux. i guess i'll just wait till you find the answer then and i'll use what you find then. :D – cottsak Nov 9 at 12:37
vote up 0 vote down

I just thought this article is quite good:

Build multi tenant applications on aspnet MVC

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.