CreateVirtualDirectory.

AccessNoRemoteWrite Property

Summary

indicates that remote requests to create or change files are denied; only requests from the same computer as the IIS server succeed if the AccessWrite property is set to true. You cannot set AccessNoRemoteWrite to false to enable remote requests, and set AccessWrite to false to disable local requests.

Syntax

[TaskAttribute("accessnoremotewrite"), IisProperty]
public bool AccessNoRemoteWrite { get; set; }

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool