Configuring security on IIS 10.0
In this recipe, we will configure IIS Manager permissions and IIS Manager users. We will also configure the machine key.
Getting ready
We require an up-and-running IIS 10.0 instance. Security components should be installed. You should have administrative privileges.
How to do it...
- Log in to Windows Server 2016 with an account with administrative privileges.
- Open Server Manager from the Start menu or use the search window to find it.
- Go to Tools | IIS Manager. Click on IIS server
WIN2016IIS
, go toFeatures
View, and openIIS Manager Users
, as shown here:

- You can add the new IIS user from
IIS Manager Users
(these are different from Windows users). Let's move toIIS Manager Permissions
. Expand the IIS serverWIN2016IIS
, expand theSites
folder, click onmysite.com
, go toFeatures View
, and openIIS Manager Permissions
:

- Go to the
Actions
pane, and click onAllow User...
. IIS Manager permissions are used to allow users or user groups on the local computer to manage a...