Bài đăng

Hiển thị các bài đăng có nhãn WindowsServer2012

How to secure IIS on Windows Server 2012

Hình ảnh
IIS (Internet Information Services) is always facing the Internet. So it is important to follow some rules to minimize the risk of hacking or any other security issues. The first rule is to update the system regularly The second principle is to create different Application Pools (containing one or more applications and allowing multiple levels of configuration between web applications). This can be done by following the steps shown below. Step 1: You must access Server Manager > Internet Information Services (IIS) Manager > Application Pools . Internet Information Services (IIS) Manager > Application Pools" width="600" height="239" /> Access Server Manager > Internet Information Services (IIS) Manager > Application Pools Step 2: Click Sites , right-click Default Website, and then select Manage Website > Advanced Settings . Advanced Settings" width="564" height="451" /> Select Manage W...

Resilient File System in Windows Server 2012

Hình ảnh
In Windows Server 2012, a new file system was introduced, called Resilient File System (ReFS). 10 new features in Windows Server 2012 Important properties of ReFS Important properties of ReFS include: Maintain high levels of data availability and reliability, even when individual storage devices fail. That provides a full, flexible architecture when used in conjunction with Storage Spaces. When used together, ReFS and Storage Spaces provide enhanced resilience to storage device-related failures. Important functions of ReFS Important functions of ReFS include: Integrity: ReFS stores data in a way that protects it from many common errors, which can often cause data loss. When ReFS is used in conjunction with a failed mirror or parity space, both metadata and user data (when integrity protection is enabled) can be automatically repaired, using Alternative copies are provided by Storage Spaces. In addition, there are Windows PowerShell cmdlets (Ge...