Manual migration setup

Use this procedure, if your Sitefinity Project Manager does not have access to your 3.7 project web.config file.
  1. Go to the root folder of your Sitefinity 4.x project.
  2. Choose one of the four ZIP files — Module3.7x_SP4_NETy.zip — depending on your Sitefinity 3.7 edition and .NET version.
    1. Module3.7_SP4_NET35.zip — Sitefinity 3.7 SP4, Standard edition, .NET 3.5
    2. Module3.7_SP4_NET40.zip — Sitefinity 3.7 SP4, Standard edition, .NET 4.0
    3. Module3.7CE_SP4_NET35.zip — Sitefinity 3.7 SP4, Community edition, .NET 3.5
    4. Module3.7CE_SP4_NET40.zip — Sitefinity 3.7 SP4, Community edition, .NET 4.0
  3. Open the ZIP file.
    1. Copy MigrationService.svc to the root of the 3.7 website
    2. Copy Telerik.Sitefinity.Migration.dll and Telerik.Sitefinity.MigrationContracts.dll to folder /bin of the 3.7 website.
  4. Open the web.config file of your 3.7 website and add the following snippet before the last </configuration> tag:
    <system.serviceModel>
        <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
    </system.serviceModel>
  5. Go back to procedure Migrating your Sitefinity 3.7 project and perform Step 2 to Step 4.

Related topics:

Feedback

How useful is this article?

Tell us more

Submit
Your message was successfully sent.

We appreciate your feedback.

Your message could not be sent.

OK