Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the web server is restarted after an upgrade.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration ResetWebServerModeOnUpgrade
public enum ResetWebServerModeOnUpgrade
Members
Member name | Description | |
---|---|---|
Recycle | The application pools are recycled after an upgrade. | |
StartStop | The application pools are stopped and then restarted after an upgrade. |