Moving installation failed

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.
9/4/2012 8:51:30 AM
Gravatar
Total Posts 13

Moving installation failed

Hello,
First of all, I'm french, sorry for my poor English.
I followed the recommendation to move a mojo installation from one server to another (http://www.mojoportal.com/moving-an-installation-of-mojoportal-to-a-different-server.aspx) .
All went well but when I want to see mysite / default.aspx, the desired page is becoming mysite / setup / default.aspx. The latter is not running (normal) because I renamed the folder "setup".
The new server is:
- Windows Server 2008R2 Enterprise
- IIS 7.5
- Framework 2.0.50727
- Sql server 2012
No error message ... I do not know what to test.
thank you

9/5/2012 7:36:04 AM
Gravatar
Total Posts 13

Re: Moving installation failed

In fact the problem was change management pools IIS 7.5.
When we speak of ApplicationPoolIdentity it is actually a hidden user, which does not appear in the dropdown lists (in Sql Server for exemple). Therefore typing the name directly when adding a user to the database. The name is: "IIS APPPOOL\DefaultAppPool" or "IIS APPPOOL\ASP.NET v4.0" etc.. following the selected pool to run the application.

9/5/2012 1:00:47 PM
Gravatar
Total Posts 18439

Re: Moving installation failed

You should not rename the Setup folder that will break some things because there are configuration files below that under /Setup/ProviderConfig.

I recommend use a sql user in your connection string rather than a windows user, or else you could assign a different user to the app pool like Network Service.

Hope that helps,

Joe

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