MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

MultiTenant Support (Closed) (Mono Support )

Viewed 14294 time(s), 6 post(s) 03.02.2014 03:10:03by Dinesh.Sajwan
Dinesh-Sajwan

Dinesh.Sajwan

03.02.2014 03:10:04
Hi,

We have deployed MonoX for one of our Business Unit and now other Business Units are after us to provide MonoX for their users also.

What should be the approach to address this kind of Multi Tenant Support Requirement?

Regards
Sumit
Dieser Inhalt wurde noch nicht bewertet. 
1284 Reputation 156 Total posts
khorvat

khorvat

03.02.2014 08:03:41
Hi,

  MonoX support multi tenancy but you need to be sure If your business units will have same functionality across the whole site or not. If yes you can register multiple applications within the same ASP.NET application, if not then you should consider splitting them because it will be to hard to maintain the differences down the road.


Let us know what better suits you and we will provide you with more information.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
Dinesh-Sajwan

Dinesh.Sajwan

03.02.2014 08:10:48
Hi,

So if their functionalities are different then splitting is the best option. Point Taken.

But if their functionalities are same then we should keep the same code base. How do i configure multi tenancy? Also tell me do i have to separate the DB's also.

Regards
Sumit
Dieser Inhalt wurde noch nicht bewertet. 
1284 Reputation 156 Total posts
kpeulic

kpeulic

03.02.2014 15:41:37
Hi,

Please check the following post: Hosting multiple applications in MonoX.

Regards,
Kruno
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
Dinesh-Sajwan

Dinesh.Sajwan

10.02.2014 09:44:01
Hi,

Is there any special settings to enable HTTPModule in MonoX.
I have registered the custom module in web.config but still its not getting invoked?

Web.config:

<add name="ApplicationName" type="SetApplicationNameDynamically.SetApplicationName, SetApplicationNameDynamically" />


in this module I have added "ApplicationName" in context.items in beginrequest event but when I check the same in default.aspx context.items does not have "ApplicationName" item. Please help.

Regards
Sumit
Dieser Inhalt wurde noch nicht bewertet. 
1284 Reputation 156 Total posts
kpeulic

kpeulic

10.02.2014 09:57:17
Hi Sumit,

Please open the new topic for above question about the custom module.

Thanks,
Kruno
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts