1. Create a new project: 2. Configure as a Sandbox (or as a Farm) Solution: 3. Add a new Module to your project: 4. Download a copy of Seattle.master: 5. Add the copy to your module, rename to CustomMaster.master, and Change your elements.xml file to point to _catalogs\masterpage folder: 6. Change your masterpage, to include a welcome message: 7. Deploy your solution and change your Site master page: 8. Verify that it shows your welcome message: Source: https://raquelalineblog.wordpress.com/2013/04/26/sharepoint-2013-create-a-master-page-based-on-seattle-master-with-vs-2012/
Source: http://www.justanothertechnologyguy.com/2011/11/databases-require-upgrade-or-not.html Upgrading Content databases using SharePoint 2010 Management Shell Start the “SharePoint 2010 Management Shell” In the Shell enter : Get-SPContentDatabase –site [url towards your site collection] Cut and paste the GUID to the following command: Upgrade-SPContentDatabase [guid] It will take some time before the 100% appears. Upgrading ‘all other’ type of databases using psconfig.exe Open a command box in ‘run as administrator’ mode. Navigate to the bin directory of the SharePoint root. C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN Run the following command: PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures The PSConfig.exe tool will go though several steps to upgrade all the databases in the correct sequence. Validate that all the databases where updated successfully. Open “Central...
Comments
Post a Comment