A value of true indicates that remote requests to execute applications are denied; only requests from the same computer as the IIS server succeed if the AccessExecute property is set to true. You cannot set AccessNoRemoteExecute to false to enable remote requests, and set
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AccessNoRemoteExecute As Boolean |
C# |
---|
public bool AccessNoRemoteExecute { get; set; } |
C++ |
---|
public property bool AccessNoRemoteExecute sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AccessNoRemoteExecute(); /** property */ public void set_AccessNoRemoteExecute(bool value); |
JScript |
---|
public function get AccessNoRemoteExecute() : bool public function set AccessNoRemoteExecute(value : bool); |
Property Value
Value indicating if AccessNoRemoteExecute is enabled or disabled.
See Also
Documentation version 1.0.0.0.