Install IIS and WAS
- Last UpdatedMay 07, 2026
- 1 minute read
Both Internet Information Services (IIS) and Windows Activation Services (WAS) are installed through the Windows feature installer.
-
Open the Server Manager.
-
Select Add Roles and Features.
-
Select Next until you reach the Server Roles step in the wizard.
In the roles list check the role Web Server (IIS). If Web Server role is not installed before, the wizard jumps to the Features step and ask Web Server services in a later step.
-
After Web Server Role services is prompted. Ensure the following services are checked:
-
Web Server
-
Common HTTP Features
-
Health and Diagnostics
HTTP Logging
-
Security
Basic Authentication
Windows Authentication
-
Application Development
ASP.NET 4.8
-
-
Management Tools
-
IIS Management Console
Note: The installer automatically installs various features that are mandatory for the role services checked above. However, a few more features are required.
-
-
-
Select the Features step in the wizard. Ensure the following features are checked:
-
.NET Framework 4.8 Features
-
WCF Services
HTTP Activation
TCP Activation
TCP Port Sharing
-
-