How to secure IIS in Windows Server 2012
IIS (Internet Information Services) always faces the Internet. Therefore, 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 Application Pool (containing one or more applications and allow configuration of many levels between different 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 .

Step 2: Click Sites , right-click Default Website , select Manage Website> Advanced Settings .

Step 3: Select Default Pools.
Step 4: Disable the OPTIONS method, this can be done by following the path Server Manager> Internet Information Services (IIS) Manager> Request Filtering .

Step 5: In the Actions panel , select Deny Verb , enter OPTIONS into Verb , then click OK.
Step 6 : Enable Dynamic IP Restrictions blocks by going to IIS Manager , double-clicking on IP Address and Domain Restrictions , then selecting the Actions panel .

Step 7: Then select Edit Dynamic Restriction Settings , modify and set dynamic IP restriction settings as needed, then click OK.
Step 8: Activate and configure the Request Filtering rules. To do this, go to IIS Manager , double-click Request Filtering, switch to the Rules tab , then the Actions panel .

Step 9: Then select Add Filtering Rule , set the required rule, then click OK.

Step 10 : Allow logging. To do this, go to IIS Manager , select the specific site you want to configure, and then select Logging.

You should read it
- How to install IIS in Windows Server 2012
- Learn about Windows Server 2012 (Part 3)
- Learn about Windows Server 2012 (Part 2)
- Learn Windows Server 2012 (The last part)
- Instructions for installing Windows Server 2012 step by step
- Learn about Windows Server 2012 (Part 1)
- 6 ways to access Control Panel on Windows Server 2012
- How to install software for clients from Windows Server 2012 R2 using Group Policy
May be interested
- Instructions for installing DHCP Role in Windows Server 2012dynamic host configuration protocol (dhcp) - dynamic server configuration protocol is the network services that are commonly deployed in the current network environment
- Learn Resource Monitor tool in Windows Server 2012the resource monitor is a great tool to determine which programs or services are using resources such as programs, applications, network connections, and memory.
- How to install DNS Role in Windows Server 2012dns role is one of the most important services in the network containing the domain controllers environment.
- How to create Primary Zones in Windows Server 2012to manage dns, we have to create a primary zone because by default, there is no zone to manage records at all.
- How to add and manage logs in Windows Server 2012as you know, in dns, you can add records according to your needs and so is windows server 2012.
- Learn about Resilient File System in Windows Server 2012in windows server 2012, a new file system was introduced, called resilient file system (refs).