Manual migration setup
Use this procedure, if your Sitefinity Project Manager does not have access to your 3.7 project
web.config file.
- Go to the root folder of your Sitefinity 4.x project.
- Choose one of the four ZIP files — Module3.7x_SP4_NETy.zip — depending on your Sitefinity 3.7 edition and .NET version.
- Module3.7_SP4_NET35.zip — Sitefinity 3.7 SP4, Standard edition, .NET 3.5
- Module3.7_SP4_NET40.zip — Sitefinity 3.7 SP4, Standard edition, .NET 4.0
- Module3.7CE_SP4_NET35.zip — Sitefinity 3.7 SP4, Community edition, .NET 3.5
- Module3.7CE_SP4_NET40.zip — Sitefinity 3.7 SP4, Community edition, .NET 4.0
- Open the ZIP file.
- Copy MigrationService.svc to the root of the 3.7 website
- Copy Telerik.Sitefinity.Migration.dll and Telerik.Sitefinity.MigrationContracts.dll to folder /bin of the 3.7 website.
- 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>
- Go back to procedure Migrating your Sitefinity 3.7 project and perform Step 2 to Step 4.