Solution Element (Solution)
Last modified: March 09, 2015
Applies to: SharePoint Foundation 2010
Top-level element for a solution manifest file.
<Solution Description = string DeploymentServerType = "ApplicationServer" | "WebFrontEnd" ResetWebServer = "TRUE" | "FALSE" ResetWebServerModeOnUpgrade = "Recycle" | "StartStop" SharePointProductVersion = string SolutionId = string Title = string> </Solution>
|
Attribute |
Description |
|---|---|
|
Description |
Optional string. Specifies a description for the solution. |
|
DeploymentServerType |
Optional string. Determines whether the solution is deployed to a front-end Web server or to an application server. Possible values include:
|
|
ResetWebServer |
Optional Boolean. TRUE to specify that the Web server will be reset. |
|
ResetWebServerModeOnUpgrade |
Optional string. Specifies the type of reset the Web server will perform on solution upgrade. The values are as follows:
Value
Action
Recycle
Recycles the application pool.
StartStop
Stops and starts the server.
|
|
SharePointProductVersion |
Optional string. Specifies the version of Microsoft SharePoint Foundation. |
|
SolutionId |
Optional string. Contains the GUID for the solution. |
|
Title |
Optional string. Specifies the title of the solution. |
For an example of how this element is used, see Solution Schema.