long time site goes to setup/default.aspx instead of home page

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.
12/12/2014 5:46:56 PM
Gravatar
Total Posts 27

long time site goes to setup/default.aspx instead of home page

The host of a long existent mojoPortal site had difficulty with their sql server backend, which has been resolved. Ever since, the site, when accessed, goes to http://firstbusinesscoop.com/Setup/Default.aspx.  (please visit to confirm)

this occurs even though   <add key="DisableSetup" value="true" />  (I checked multiple times to ensure this is the case in user.config and web.config) and was not over ridden

and no admin login has occurred

Could the host done something to cause this behavior?  If not -- would updating the site to the latest verisons be a wise move?

12/14/2014 4:49:45 PM
Gravatar
Total Posts 2239

Re: long time site goes to setup/default.aspx instead of home page

Does the setup page say anything about not being able to connect to the database?

12/15/2014 6:57:04 AM
Gravatar
Total Posts 18439

Re: long time site goes to setup/default.aspx instead of home page

disable setup setting just prevents the setup page from executing any setup actions, it does not prevent the redirect to setup that will occur if the site cannot connect to the database. This should not happen on a regular basis under normal operating circumstances. The evidence suggests that there are still problems with the database, you are not getting a reliable connection to the db if that is happening. Odds are that you will see database timeout or other database errors in the log.

12/18/2014 3:26:42 PM
Gravatar
Total Posts 27

Re: long time site goes to setup/default.aspx instead of home page

Joe & Joe -- thanks for your replies.  This issue resolved itself -- evidently the host site cache was very persistent and kept the previous state with the unconnected DB and the setup disable = false.  Once the cache cleared -- all is well.

Again -- thanks!   

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