Install IIS

To install IIS:

  1. Open the Server Manager.
  2. Select Add roles and features.
  3. The Add Roles and Features Wizard will open, in the Before You Begin tab. Click Next to move to the Installation Type tab or open the Installation Type tab from the left navigation.
  4. Edit the options on the Installation Type tab:
    1. Select the Role-based or feature-based Installation option.
    2. Click the Next button to move to the Server Selection tab.
  5. Edit the options on the Server Selection tab:
    1. Select the server on which you are installing Windows IIS.
    2. Click the Next button to move to the Server Roles tab.

  6. Edit the options on the Server Roles tab.
    1. Select Web Server (IIS).
    2. If the following settings are not already selected, select them. Note that the images below may show additional settings that are not necessary for IIS installation.
      • Web Server:

        • Common HTTP Features:

          • Default Document

          • Directory Browsing

          • HTTP Errors

          • Static Content

        • Health and Diagnostics:

          • HTTP Logging

          • Logging Tools

          • Request Monitor

          • Tracing

        • Performance:

          • Static Content Compression

          • Dynamic Content Compression

        • Security:

          • Request Filtering

          • Basic Authentication

          • Centralized SSL Certificate Support

          • Client Certificate Mapping Authentication

          • Digest Authentication

          • IIS Client Certificate Mapping Authentication

          • Windows Authentication

        • Application Development:

          • .NET Extensibility <your-.NET-version>

          • Application Initialization

          • ASP.NET <your-.NET-version>

          • ISAPI Extensions

          • ISAPI Filters

      • Management Tools:

        • IIS Management Console

    3. When you are finished, click Next to move to the Features tab.
  7. Edit the options on the Features tab:
    1. Select the .Net Framework 3.5 Features option and select its child option .NET Framework 3.5 (Includes .NET 2.0 and 3.0).
    2. Click the Next button.
  8. Click the Next button to move to the Confirmation tab.
  9. Check the checkbox next to Restart the destination server automatically, if required.
  10. If you get the error Do you need to specify an alternate source path? One or more installation selections are missing source files on the destination.:
    1. Click the Specify an alternative source path link.
    2. Specify the location of the WinSXS folder:
      <drive>:\Windows\WinSxS
      Note: You may have to mount Windows Install Media if the source files are not present.
    3. Click the OK button.
  11. Click the Install button.
  12. When the installation has successfully completed, click the Close button.