Solution Element (Solution)
Windows SharePoint Services 3
Top-level element for a solution manifest file.
<Solution DeploymentServerType = "ApplicationServer" | "WebFrontEnd" ResetWebServer = "TRUE" | "FALSE" SolutionId = "Text"> </Solution>
| Attribute | Description |
|---|---|
|
DeploymentServerType |
Optional Text. 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 be reset through Microsoft Internet Information Services (IIS). |
|
SolutionId |
Optional Text. Contains the GUID for the solution. |
For an example of how this element is used, see Solution Schema.