Configure Internet Information Services

The Server Manager Feature, Windows Process Activation Service (Process Model, .NET Environment, and Configure APIs), must be enabled before you can configure IIS.

Before installing DeltaV Web Server, you must configure Internet Information Services (IIS) and enable ASP.NET, which is part of the .NET Framework, by completing the following steps for your operating system.

Installing IIS with ASP.NET on Windows Server 2016
  1. Launch Server Manager.
  2. Under the Manage menu, select Add Roles and Features.
  3. On the Select server roles window, select Web Server (IIS) from the list.
  4. On the Select features window, select Windows Process Activation Service from the list.
  5. Enable the following Windows Process Activation Service Feature options:

    Process Model = ON

    .NET Environment = ON

    Configuration APIs = ON

  6. On the Select the role services to install for Web Server (IIS), enable the following Role Services:
    • Web Server with the following options:
      Application Development
      • .NET Extensibility 3.5 = ON
      • .NET Extensibility 4.6 = ON
      • ASP = ON
      • ASP .NET 3.5 = ON
      • ASP.NET 4.6 = ON
      • CGI = ON
      • ISAPI Extensions = ON
      • ISAPI Filters = ON
      • Server Side Includes = ON
      Health and Diagnostics - along with the default options, check the following:
      • Tracing = ON
      • HTTP Logging = ON
      Security - along with the default options, check the following:
      • Windows Authentication = ON
      • URL Authorization = ON
      • IP and Domain Restrictions = ON
    • Management Tools with the following options:

      IIS Management Console = ON

      Check all IIS 6 Management Compatibility roles EXCEPT IIS 6 Management Console.

  7. Click Next.
  8. Click Install.
  9. After the Add Roles and Features Wizard completes, click Close.
  10. A reboot may be needed.