SPSolution.DeployLocal method

Deploys the language neutral solution on the local server for troubleshooting purposes.

Overload list

  Name Description
Public method DeployLocal(Boolean, Boolean) Deploys the solution to all applications on the local server for trouble-shooting purposes.
Public method DeployLocal(Boolean, Collection<SPWebApplication>, Boolean) Deploys the language neutral solution to the specified web applications on the local server for trouble-shooting purposes.

Top

Remarks

By default, no application pools are reset after deploying or retracting a solution using the object model. To reset the application pool manually, you can stop and restart the application pool for the web application to which you are deploying or retracting the solution.

To deploy a language package, see SPSolutionLanguagePack.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace