Deleting sites?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
11/19/2008 6:11:07 PM
Gravatar
Total Posts 10

Deleting sites?

Once one sets up a number of sites under mojo, is it possible to delete one of them?

 

11/20/2008 7:56:03 AM
Gravatar
Total Posts 18439

Re: Deleting sites?

Hi,

You can't delete the root site, but it is possible to delete secondary child sites. Its disabled by default to prevent accidental deleting a site. Once you delete it there is no way to get it back, so it seems wise in most cases to keep it disabled and just enable it when you need to delete sites.

So if you want to enable deleting sites, look for this setting in Web.config:

<add key="AllowDeletingChildSites" value="false" />

and change it to true.

Hope it helps,

Joe
 

11/20/2008 8:37:44 AM
Gravatar
Total Posts 10

Re: Deleting sites?

Beautiful. Thanks a million.

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