0 out of 1 rated this helpful - Rate this topic

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:

  • ApplicationServer

  • WebFrontEnd

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.