There are may ways to deploy the Sharepoint solutions depending on the environment. if you have .wsp package ready and you want to deploy it to some sharepoint Server where visual studio is not availabe to deploy it, the following Power shell script can be useful....
follow the steps bellow.
go to START==>>All Programs==>>Microsoft SharePoint 2010 Products==>>SahrePoint 2010 management Shell.(Run it as Administrator)
to deploy particular solution run the following power shell command
Add-SPSolution "D:\WebPartZone\Eventproject_SO.wsp"
3.after deploying the solution to enable it to particular Web Application run the following command with proper web app URL.
Install-SPSolution –Identity "Eventproject_SO.wsp" –WebApplication "Url" -GACDeployment
All the question that scared me now i am trying to scare them .. so that they cant scare others :)
Subscribe to:
Post Comments (Atom)
Featured Posts
Warp AI Terminal 🔥 | The Future of Coding? Agentic Dev Environment Explained!
Warp AI Terminal 🔥 | The Future of Coding? Agentic Dev Environment Explained! What if your terminal could think, assist, and even act li...
-
Use the following function which is built in percentile(BIGINT col, p) and set p to be 0.5 and will calculate the median credit : ...
-
Adding Project Items The following tables list the available project items for local and Web projects. Note that for some project items, th...
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......