Summary
Indicates whether remote requests to execute applications are denied;
only requests from the same computer as the IIS server succeed if
NAnt.Contrib.Tasks.Web.CreateVirtualDirectory.AccessExecute
is set to true
. You
cannot set NAnt.Contrib.Tasks.Web.CreateVirtualDirectory.AccessNoRemoteExecute
to false
to enable remote requests, and set NAnt.Contrib.Tasks.Web.CreateVirtualDirectory.AccessExecute
to
false
to disable local requests. The default is
false
.
Syntax
[TaskAttribute("accessnoremoteexecute"), IisProperty]
public bool AccessNoRemoteExecute { get; set; }
Attributes
Type |
Description |
TaskAttribute |
|
CreateVirtualDirectory.IisPropertyAttribute |
|
Value