The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
33 views

Multi-tenant SaaS product normally running in public cloud, how to offer it in private cloud

I'm beginning to do some research into taking an existing enterprise Multi-tenant SaaS application that I've built and deployed w/ a PaaS on a public cloud, and determining the best way to offer the ...
0
votes
0answers
59 views

How to enable user sharing in a multitenant saas application

I'm into a SaaS Application development. I have basic information about the SaaS Application. Can any one give me pointers to the concept of sharing users across tenants and how do the shared users ...
1
vote
2answers
143 views

multitenancy with some data sharing

I'm in the planning stages of a new webapp, and I am leaning strongly toward a multitenancy model. The app has a file storage function, where the user can upload (and operate on) files. I would like ...
6
votes
1answer
400 views

If multitenancy is a priority, should I store site content in the database?

I have a multi tenant ASP.NET MVC website and all client specific text is stored in resource files. Every time someone wants to change text I have to jump through hoops and fill out forms and let ...
8
votes
4answers
398 views

Supporting multitenancy

What are the typical challenges that arise when converting a single-tenant app into a multitenant app? Security and data isolation strike me as the most significant. What are some others? I'm one of ...