Erich
Erich

Reputation: 92

WSS deployment

What is the best way to deploy a heavily customized SharePoint solution from test environment into production?

Upvotes: 1

Views: 161

Answers (2)

ArjanP
ArjanP

Reputation: 2172

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.

Upvotes: 1

dahlbyk
dahlbyk

Reputation: 77500

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.

Upvotes: 4

Related Questions