SiteDefaults.ServerAutoStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether a Web site will start when the World Wide Web Publishing Service (WWW service) starts.
public:
property bool ServerAutoStart { bool get(); void set(bool value); };
public bool ServerAutoStart { get; set; }
member this.ServerAutoStart : bool with get, set
Public Property ServerAutoStart As Boolean
Property Value
true
if the Web site will start when the WWW service starts; otherwise, false
.
Remarks
The value of this property applies to newly created Web sites on the current server. The value also applies to existing Web sites that do not have an explicit override value for this property.