The AspEnableApplicationRestart determines whether an ASP application can be automatically restarted. When changes are made to Global.asa or metabase properties that affect an application, the application will not restart unless the AspEnableApplicationRestart property is set to true.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AspEnableApplicationRestart As Boolean |
C# |
---|
public bool AspEnableApplicationRestart { get; set; } |
C++ |
---|
public property bool AspEnableApplicationRestart sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AspEnableApplicationRestart(); /** property */ public void set_AspEnableApplicationRestart(bool value); |
JScript |
---|
public function get AspEnableApplicationRestart() : bool public function set AspEnableApplicationRestart(value : bool); |
Property Value
Value indicating if AspEnableApplicationRestart is enabled or disabled.
See Also
Documentation version 1.0.0.0.