Set DisableSetup setting after successful installation.

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
2/4/2009 5:44:36 PM
Gravatar
Total Posts 4

Set DisableSetup setting after successful installation.

It would be great if the installation script would modify the web.config setting DisableSetup to true after a successful installation. Many times, people forget to do this and then receive errors when they try to run the new site. 

2/5/2009 5:23:33 AM
Gravatar
Total Posts 18439

Re: Set DisableSetup setting after successful installation.

Hi,

For better security, we do not want the web process to run with permission to write to the Web.config, we limit the requirement for write permission to the /Data folder, where files can be uploaded.

Having Setup enabled does not cause errors so I don't know what you mean by that. It is fine to run the setup page over and over, but my advice is don't leave it enabled because its not useful if strangers are running the setup page.

After initial installation, you can disable it as recommended by the setup page. As long as you login to the site as Admin before doing an upgrade you will never need to re-enable setup. Setup will always run if the admin user visits the page, even if its didsabled.

Hope it helps,

Joe

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