0
votes

I am using Windows server 2003 OS.I have built SharePoint webparts in VS2010 for SharePoint 2007.Each time I deploy from the WSP project it takes few minutes to deploy it to the SharePoint site. This is considerably annoying since each time when the webpart code is changes it will take lot of time to deploy. It become very hard for the development and testing purpose.Can anyone suggest if there is any way to make the deployment faster?

Thank you

1
I am not using any Deployment script. I am using a WSP builder Project to deploy the webpart in SharePoint. Deployment across the farm takes longer time. Can you suggest me with any solution?sharmila

1 Answers

1
votes

Consider deploying your web part to the bin during your dev process (using a post build xcopy or something similar). It'll speed you up massively. You'll still need to test your WSP deployment.