What is the best way to deploy a heavily customized SharePoint solution from test environment into production?
+4
A:
Proper SharePoint development uses solution packages (WSP) and features. For the former, I recommend using WSPBuilder or STSDev. The latter are defined in XML (schema) with associated files, all deployed through solution packages.
dahlbyk
2009-07-09 03:49:25
Thanx for your answer
Erich
2009-07-09 03:51:41
+1
A:
It depends on what your 'solution' is? Code or customisations?
If you want to move content, have a look at SPDeploymentWizard
It works miracles for me.
ArjanP
2009-07-11 07:32:21