Rules to Better SharePoint Development

Microsoft Gold Partner Logo
Search Go Search
Rule #23
Do you know to *never* touch a production environment with SharePoint designer?
  v3.0 Posted at 20/10/2010 7:56 PM by system
  • SharePoint designer can silently reformat your code and introduce errors.
  • If you modify any master page or page layout file with SharePoint designer, it becomes customized. This means that SharePoint is now looking at a customized version stored in the database rather than the version on the file system. You then can't deploy future changes, because SharePoint will now always serve the customized version instead of the ghosted version in the solution package.
 

Loading
Do you like this rule?
Loading
Do you follow this rule?
Loading

......