Question : Deploying SharePoint project to Production Server

Hi,

I have prepared a sequential workflow in Visual studion 2008 and MOSS 2007. I would like to know how to deploy this on the production server. I am a new bie to sharepoint development.

Answer : Deploying SharePoint project to Production Server


Hi,

Using WSP files is the only correct way to deploy workflows to SharePoint. WSP Package can include a feature which activate the workflow on the list of the site. WSP also contains all the workflow related deliverables like assmblies, xml configuration etc.

Install Visual Studio Extensions 1.3 in VS 2008. It contains process to automate the WSP creation and deployment.

Once the WSP is created, you can copy it to production environment. Administrator would be able to install the WSP. On the sites on which WSP Solution is deployed, you will see the workflow feature. You can use workflow feature to install workflow deliverables. Then, you can associate the list or content types with the workflow on the production environment.

Some of the helpful links -

http://msdn.microsoft.com/en-us/library/ms414556.aspx
http://msdn.microsoft.com/en-us/library/ff650086.aspx
http://msdn.microsoft.com/en-us/library/cc627285(office.12).aspx
http://philwicklund.com/archive/2008/02/12/deploying-a-net-visual-studio-workflow-into-a-sharepoint-list-in-10-easy-steps-part-2-of-2-deploying-the-workflow.aspx
http://blah.winsmarts.com/2008-7-Authoring_SharePoint_2007_Workflows_using_VS2008.aspx


I hope you find above information helpful.

Thanks.
Rajendra
[ Please mark reply as answer, if found helpful. ]

Random Solutions  
 
programming4us programming4us