Installing IIS On Windows 10 Using DISM

After installing Windows 10 there arise a need to install Internet Information Services for ASP.NET 4.6 development. When you use “Turn Windows feature on or off” in Control panel, Windows tries to download necessary files from Windows Update. In some cases it does not work. So I have to use offline method with DISM tool.
TechNet offers a good description in this article Enable or Disable Windows Features Using DISM. You need to work only Online. Offline means to prepare an image from which you will install OS later.

1. Open Command Prompt with Administrator rights.
2. You can view a list of all features installed on your Windows OS.

3. Install IIS-DefaultDocument feature with all related features by using /All switch.

It installed 15 extra features in addition.

4. Install IIS-ASPNET45 feature the same way.

5. Install any additional IIS feature one by one.

Leave a Reply

Your email address will not be published. Required fields are marked *