ACL
Ensure Security Isolation for Web Sites
Created Nov 15, 2009 by tali smith
Introduction The recommendation for isolating Web sites in a shared hosting environment is consistent with all general security isolation recommendations for Internet Information Services 7 (IIS 7). In particular, it is recommended to: Use one...
Set ACLs Through the Manifest.xml File
Created Nov 15, 2009 by tali smith
Introduction There are several ways to set access control lists (ACLs), including command-line tools such as Icacls.exe. PHP hosters generally use the command line. It is also possible, however, to set ACLs in the Manifest.xml file; these are the...
Secure Content in IIS Through Impersonation
Created Nov 15, 2009 by tali smith
Introduction The access control list (ACL) is a list of permissions associated with an object. Each of these permission entries is called an access control entry (ACE); an ACE contains permissions associated with a particular object for a...
How to Secure the Microsoft Web Platform
Created Nov 15, 2009 by tali smith
Security is always a consideration; it is critical to make careful security considerations when you implement and maintain your Web sites, infrastructure, and applications. Internet Information Services 7 (IIS 7) offers many ways to configure...
Secure Content in IIS Through File System ACLs
Created Mar 17, 2009 by naziml
Introduction The access control list (ACL) is a list of permissions associated with an object. Each of these permission entries is called an access control entry (ACE); an ACE contains permissions associated with a particular object for a...