Configuring virtual directories in IIS 10.0
In this recipe, we are going to configure the virtual directory step by step. We will modify the default document settings of the virtual directory and permissions of the physical directory. We'll also set up the basic and advanced settings of the virtual directory.
Getting ready
To step through this recipe, you will need a running IIS 10.0 instance with a virtual directory created. You should also have administrative privilege.
How to do it...
- Open the Server Manager on Windows Server 2016. Click on the
Tools
menu and open IIS Manager. - Expand the IIS server (
WIN2016IIS
). We get the listedApplication pools
andSites
folders.
- Expand the
Sites
folder under theConnections
panel, click onmysite.com
, and you will see theActions
panel in the top right corner, under which you will see theEdit Permissions...
option for VirtualDirectory. - Click on
Edit Permissions...
, and you will get the properties ofVirtualDirectory
. These are the physical folder properties...