Summary
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
NAnt.Contrib.Tasks.Web.CreateVirtualDirectory.AspEnableApplicationRestart
property is set to
false
. The default is true
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Web - Containing Type
- Create
Virtual Directory
Syntax
[TaskAttribute("aspenableapplicationrestart"), IisProperty]
public bool AspEnableApplicationRestart { get; set; }
Remarks
When this property is changed from
false
to
true
, the application immediately restarts.
Attributes
Type | Description |
---|---|
TaskAttribute | |
Create |
Value
Type | Description |
---|---|
bool |