- In the new Farm(Farm), create a new Web application (Webapplication) without creating site Collection(site collection)
- Copy(copy) custom developed WSP packages to new farmserver (farm servers) using PowerShell for deploy (Deployment)
- Web. config (configuration file) under Copy (copy) Web site to overwrite under new Web site
- copy(copy)The Bak backup file for the content database to the newly created empty database with the same name, using the test-spcontentdatabase and mount-spcontentdatabse for additional database operations
- In Central Administration(Admin center), change the administrator for the corresponding site collection
- If the migrated domain(domain name) is different, you need to reassign all the parts of the authorization; For example:Workflow approver
- If you appear in the Web application General Settings (Common settings for Web applications ) in Central Administration (Admin center), the Updates is current disallowed on GET requests. To allow updates for a GET, set the ' Allowunsafeupdates ' property on SPWeb, using the following PowerShell statement:
$w = Get-spwebapplication Http://siteURL
$w. httpthrottlesettings
$w. Update ()
- If you visit the primary site, for example:http://sharepoint2013t:1000/ appears "Sorry, this site hasn ' t been gkfx with you. , while direct access to the actual jump page is no problem, you can Open this Web application(Web application) anonymous access in central administration, and then close
SharePoint 2013 Site Migration process