How to delete a site

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
5/19/2008 7:45:47 PM
Gravatar
Total Posts 2

How to delete a site

Hi,Joe
Thank you for your works

I want to know how to delete a site in Site Settings

Thanks!

5/19/2008 7:52:10 PM
Gravatar
Total Posts 18439

Re: How to delete a site

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

5/19/2008 8:13:37 PM
Gravatar
Total Posts 2

Re: How to delete a site

Thank you!

5/21/2008 1:27:24 PM
Gravatar
Total Posts 4

Re: How to delete a site

Great post.  I ran into the same issue today.  Perfect way to handle it.  Thanks.

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