Modify Access Restrictions (chaccess)

 

Summary: Modify the access restrictions on a site or virtual directory

 

Usage:

 

Prototype

 

chaccess

<--ADSPath|-a ADSPATH>

[+read|-read]

[+write|-write]

[+script|-script]

[+execute|-execute]

[+browse|-browse]

[+isolate|-isolate]

[--help|-?]

Arguments

Description

READ

Modify the read permissions for this node.

WRITE

Modify the write permissions for this node.

SCRIPT

Modify the script permissions for this node.

EXECUTE

Modify the exectue permissions for this node.

BROWSE

Turn directory browsing on or off for this node.

ISOLATE

Turn process isolations on or off for this node.

 

 

Example:

Chaccess –adspath IIS://LocalHost/w3svc/1 +read +write +script –execute +browse

Chaccess –adspath IIS://LocalHost/w3svc/6 –read –write +script –execute –browse