Installing IIS Web Server - jamesperrin/developer-training-resources GitHub Wiki
Installing IIS Webserver Feature
These instructions are for installing the Web Server (IIS) feature on Windows Server 2016.
- Click on the Windows Start Menu button.
- Scroll down, then Select and Open the Server Manager.
- In the upper right corner, click on Manage
- Select Add Roles and Features
- The Add Roles ad Features Wizard will be displayed.
- Section: Before You Begin
- Click Next, to accept the default settings.
- Section: Installation Type
- Click Next, to accept the default settings.
- Section: Server Selection
- Click Next, to accept the default settings.
- Section: Server Roles
- Under Roles, scroll down and select Web Server (IIS).
- A dialogue maybe displayed, click Add features.
- Click Next
- Under Roles, scroll down and select Web Server (IIS).
- Section: Features, select the following features.
- .NET Framework 4.6 Features
- .NET Framework 4.6
ASP.Net4.6- A dialogue maybe displayed, click Add features.
- WCF Services
- HTTP Activation
- A dialogue maybe displayed, click Add features.
- Message Queuing (MSMQ) Activation
- A dialogue maybe displayed, click Add features.
- Names Piped Activation
- TCP Activation
- TCP Port Sharing
- HTTP Activation
- Click Next
- .NET Framework 4.6 Features
- Section: Web Server Role (IIS)
- Click Next
- Section: Role Services
- Under Roles Services
- Note: These items should never be installed.
- Common HTTP Features > WebDAV Publishing
- Security > Centralized SSL Certificate Support
- Web Server, select the following services.
- Common HTTP Features
- Default Document
- Directory Browsing
- HTTP Errors
- Static Content
- HTTP Redirection
- Health and Diagnostics
- HTTP Logging
- Custom Logging
- Logging Tools
- ODBC Logging
- Request Monitor
- Tracing
- Performance
- Static Content Compression
- Dynamic Content Compression
- Security
- Requesting Filtering
- Basic Authentication
- Client Certificate Mapping Authentication
- Digest Authentication
- IIS Client Certificate Mapping authentication
- IP and Domain Restrictions
- URL Authorization
- Windows Authentication
- Application Development
- .Net Extensibility 4.6
- Application Initialization
- ASP
- A dialogue maybe displayed, click Add features.
ASP.NET4.6- A dialogue maybe displayed, click Add features.
- CGI
- ISAPI Extensions
- ISAPI Filters
- Server Side Includes
- WebSocket Protocol
- Common HTTP Features
- Management Tools
- IIS Management Console
- IIS Management Scripts and Tools
- Management Service
- Note: These items should never be installed.
- Click Next
- Under Roles Services
- Click Install
- After the installation has completed, reset the server.