No of Sites per installation

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
5/11/2009 5:17:10 AM
Gravatar
Total Posts 4

No of Sites per installation

Hi Joe,

I recall reading somewhere (unfortunately I am now unable to find the docs) what the maximum number of sites one can have per installation, assuming of course the hardware can support it, perhaps I am confusing myself with something I have read elsewhere. Is there a limitation? If there is a limitation how do I map the next installation to present itself to the end user as the same site?

If this is a daft question... well I've been busy on LOB desktop apps for ever and hardly touched asp/asp.net...

Nice work by the way...

Regards
 

5/11/2009 6:55:44 AM
Gravatar
Total Posts 18439

Re: No of Sites per installation

Hi George,

Generally the only limits are based on the available server resources vs the aggregate traffic of all the sites and the load produced by the traffic.

The only limit you may bump up against in terms of mojoPortal configuration is based on the mojoSiteMap.config file located in the root of the web, it must have an entry for each site id, as of the current version (2.3.0.1) I have it configured for up to 500 sites which is probably more than most people will ever need (and certainly far more than could be hosted from a shared hosting account) but it can be configured for more by adding more more entries. So if you need 501 sites you just copy this:

<add name="mojosite500" type="mojoPortal.Web.mojoSiteMapProvider" securityTrimmingEnabled="false" />

and add another one below it as 501 like this:

<add name="mojosite501" type="mojoPortal.Web.mojoSiteMapProvider" securityTrimmingEnabled="false" />

and so on for as many sites as you care to try and host from a single installation.

In older versions it was only configured for 100 or 200, I forget which, but the newest version is configured for up to 500.

Hope it helps

Joe

 

 

5/11/2009 7:23:14 AM
Gravatar
Total Posts 4

Re: No of Sites per installation

Many thanx Joe,

If this idea works, there should be enough in the kitty to sponsor let alone buy a few cases of beer... :-)  I think you may want this to work almost as much as much as my wife likes shopping... Hmmm who gets the lions share? Joe vs Lea

Regards

You must sign in to post in the forums. This thread is closed to new posts.