|
|
|
|
|
|
|
|
|
|
|
|
| IIS 7.0 : Securing Configuration - Restricting Access to Configuration |
| Previous versions of IIS have used a centralized configuration store known as the metabase. IIS 7.0 abandons the metabase in favor of a new configuration system based on a hierarchy of XML configuration files, in order to provide for simpler deployment and more flexible management of the Web server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Deploying a Public Key Infrastructure with Windows Server 2008 R2 |
| The term Public Key Infrastructure (PKI) is often loosely thrown around, but is not often thoroughly explained. PKI, in a nutshell, is the collection of digital certificates, registration authorities, and certificate authorities that verify the validity of each participant in an encrypted network |
|
|
|
| Windows Server 2008 : Using Windows Server Update Services |
| In response to the original concerns regarding the difficulty in keeping computers properly patched, Microsoft made available a centralized website called Windows Update to which clients could connect, download security patches, and install those patches. |
|
|
|
|
|
|
|
| Windows Server 2008 : Examining File-Level Security |
| The latest revision of the NT File System (NTFS) is used in Windows Server 2008 R2 to provide for file-level security in the operating system. Each object that is referenced in NTFS, which includes files and folders, is marked by an access control entry (ACE) that physically limits who can and cannot access a resource. |
|
| Server 2008 : Hardening Server Security |
| Depending on the size of an organization, a server might be designated for one or multiple network roles. In an ideal world, a separate server or servers would be designated to handle a single role, such as DHCP server or DNS server. |
|
| Server 2008 : Using the Integrated Windows Firewall with Advanced Security |
| The firewall with advanced security is fully integrated with the Server Manager utility and the Server Roles Wizard. For example, if an administrator runs the Server Roles Wizard and chooses to make the server a file server, only then are those ports and protocols that are required for file server access opened on the server. |
|
| Server 2008 : Deploying Physical Security |
| One of the most overlooked but perhaps most critical components of server security is the actual physical security of the server itself. The most secure, unbreakable web server is powerless if a malicious user can simply unplug it. |
|
|
|
|
|
|
|
|
|
| Programming .NET Security : Programming Asymmetrical Encryption |
| The .NET Framework takes the same approach to representing asymmetric algorithms as it does for symmetric algorithms and hashing algorithms; abstract classes extend the System.Security.Cryptography.AsymmetricAlgorithm class for each of the supported algorithms. |
|
|
|
|
|
|
|
|
|