Installing Health, Diagnostics, and Performance features
In this recipe, we will log in to Windows Server 2016, on which we have already installed IIS 10.0. We will open Server Manager and install the Health and Diagnostics features of IIS 10.0 Server. We will then install the performance features of IIS 10.0 Server.
Getting ready
For this recipe, we require an up-and-running IIS 10.0 instance on Windows Server 2016. You should have administrative privileges.
How to do it...
- Log in to Windows Server 2016 with an administrator account.
- Open Server Manager.
- Click on the
Add roles and features
link; you can find the same option in theManage
menu, as shown here:

- In the
Add roles and features
window,
click onNext
until you reach theServer Roles
wizard. ExpandWeb Server
, as shown here:

- Select
Custom Logging, Logging Tools, ODBC Logging
; the preinstalled options areRequest Monitor
,Tracing
, andHTTP logging.
- Expand the
Performance
features option fromServer Roles
to install them on IIS, you can see...