How to Select Features in IIS 8.5 or Later

Since Windows Server 2012, the default IIS settings have changed. When installing P2 Explorer onto a newly installed server, ensure the following IIS roles and features are turned on.

To turn the IIS roles and features on:

  1. In the Server Manager, click Add roles and features in the Dashboard.
  2. In the Add Roles and Features Wizard, on the Before You Begin Page (if displayed), click Next.
  3. On the Installation Type page, select Role-based or feature-based installation, and then click Next.
  4. On the Server Selection page, select the server you are installing onto, and then click Next.
  5. On the Server Roles page, select Web Server (IIS).

    Note: As you select some roles, an additional dialog box may appear, prompting for installation of additional features. In each case, click Add Features to accept. The dialog box will look something like this example below (note this example is not a required feature).

    image051

  6. In the Features screen, select the first of the .NET Framework 3.5 Features
  7. Select ALL of the .NET Framework 4.5 Features, and then click Next.

    Note: The lastest available version of .NET Framework should be selected.

    image055

  8. Select the following role services:
    • Web Server (IIS) > Web Server > Common HTTP Features:
      select all options except WebDAV
    • Web Server (IIS) > Web Server > Security:
      • Request Filtering
      • Basic Authentication
      • URL Authorization
      • Windows Authentication
    • Application Development: select all options.
    • Management Tools: select all options

image053

  1. Click Next.
  2. In the Confirmation screen, check that you have selected all the required features, and then click Install.
    The installation may take a few minutes.
  3. Click Close when the installation has finished.
  4. In the Server Manager toolbar, click Tools > Services.
  5. Change the Startup Type of the Net.Tcp Port Sharing Service to Automatic.

 

Comments are closed