CreateVirtualDirectory.

AspEnableApplicationRestart Property

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.

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
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool