Sunday 10 February 2013

Steps to deploy solution (WSP) to sharepoint server 2010 and enabling feature

Steps :

1. Start the  "Sharepoint 2010  Administration Service" from services to perform deployment

2. Add  solution file (WSP) using sharepoint powershell using below command :

  Command :   Add-SPSolution " D:\MySharepointSolutions\ProSalesEvents.wsp"

Soution will be added successfully .


3. Now to deploy solution, go to :

 Central Administration > System Settings > Manage Farm Solution 


 4. Find your added solution name and click on name.

5. Click  "Deploy Solution"  

6.Click Ok solution will be deployed globally .

7.After deploying solution successfully  we have to activate the feature of the deployed solution to makes it working :

a. Navigate to the site where you want to activate the feature .
b. Go to "Site Settings "
c .Click "Manage Site features"
d. Find the feature of depolyed solution and activate it .






No comments:

Post a Comment