Skip to content

Instal IIS Windows

Enable and Install IIS for Windows 10/11

By default, the Web Server role (IIS) is not installed with the Operating System.

  1. From the Windows search button, type appwiz.cpl and choose open.

  2. Click Turn Windows features on or off.

img

  1. From the list of options, click the box given for Internet Information Services, Web Management Tools and World Wide Web Services to select them.

img

This will not only install IIS but also the Managements tool- IIS Management Console including Application features, Common HTTP Features, Health Diagnosis, Performance, and Security Features.

  1. Expand all the nodes and check in the Application Development Features that ASP.NET 4.8 is checked. (If you installed .NET Extensibility 3.5, select ASP.NET 3.5 also.)

img img

  1. After selecting them, click on the OK button. Wait for a few seconds this will install the features and then Close the window.

img

  1. Restart your PC

  2. From the search button, search IIS

img

  1. Open IIS and it will appear like in the image

img