Move Site to New Server

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/1/2012 10:37:52 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: Move Site to New Server

Thanks Joe

Will give them a call.

Len

2/2/2012 3:00:32 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: Move Site to New Server

Hi Joe,

I have good new.

We have the site up and running now and found the problem. Something I did not know is that you can not have a double dash within a comment which caused the connection problem.

The only thing we need to sort out now is a medium trust issue

This site appears to be running in a secured environment using Medium Trust policy or at least lower than Full Trust. 

Will see what I can find in the documentation re this issue.

Thanks one again for all your help.

Len

 

2/2/2012 4:38:17 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: Move Site to New Server

Hi Joe,

When upgrading from a previous version must all the file permissions be set to read/writeable and then only after upload is complete set the /App_Data and /Data folder to read/writeable only?

 

I am currently running MSSQL net35 on a  Microsoft SQL Server 2005 and would like to know what the implications are to upgrade to the new version 2.3.8.1 and start using MSSQL net40 on a Microsoft SQL Server 2008 and what the correct procedure is to do this. 

 

Thanks once again

 

Len

2/2/2012 8:45:24 AM
Gravatar
Total Posts 18439

Re: Move Site to New Server

Hi Len,

The entire web site must have read permissions for the user that is the idnetity on th eapplicaiton pool and write permissiosn for the same user on /Data and /App_Data

Usually it is a different user ie the ftp user that is used to upload files and this is not the same as the user on the application pool that the site executes as. Usually the ftp user has full permissions so that you can upload files.

If you want to upgrade to the latest version, I would upgrade first keeping it as .NET 3.5, then change to a .NET 4 app pool and upload the .NET 4 version of mojoPortal. The Web.config file is different for  .NET 4 so once you switch you need to use the one in the .NET 4 package and resotre any customizations such as your machine key.

If you are moving to a different database you need to get a backup of the db and restore it on the new database server.

See:

Note that our packages for MS SQL are already pre-configured for medium trust so you don't have to do anything special to handle that.

Hope that helps,

Joe

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