RE: /Setup/Default.aspx

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.
6/16/2008 11:04:26 PM
Gravatar
Total Posts 11

RE: /Setup/Default.aspx

Hey,

How do i protect my site from anybody visiting "/Setup/Default.aspx" and upgrading my site.

Karega

6/17/2008 5:58:39 AM
Gravatar
Total Posts 18439

Re: RE: /Setup/Default.aspx

Hi Karega,

There is a setting you can use in Web.config or user.config to disable setup.

<add key="DisableSetup" value="true" />

If you log in to the site as admin before doing an upgrade, it will run setup for you even if setup is disabled but it blocks other users from running setup. So if you make this setting then when you need to do an upgrade you don't even have to change it as long as you login before upgrading. If you forget to login first then you need to set this to false to be able to run setup.

Hope it helps,

Joe

6/17/2008 8:46:52 PM
Gravatar
Total Posts 11

Re: RE: /Setup/Default.aspx

Thanks

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