Feedback

  • Contents
 

Install IIS and ASP.NET modules in Windows 2012 R2

This section describes how to install the IIS and ASP.NET modules and then confirm that the ASP.NET extensions are enabled. Complete both sets of instructions.

To install the IIS and ASP.NET modules:

  1. Open the Windows Control Panel.

  2. Click Administrative Tools.

  3. Double-click Server Manager.

  4. Click Add roles and features.

  5. Click Installation type. Click Role-based or feature-based installation and then click Next.

  6. On the Server Selection dialog box, click Select a server from the server pool. In the Server Pool list, select your server and then click Next.

  7. On the Server Roles dialog box select, Web Server (IIS). If you are prompted to add additional features, click Add Features and then click Next.

  8. On the Role Services dialog box, expand the Application Development node and select ASP.NET 3.5. If you are prompted to add additional features, click Add Features.

  9. Repeat step 8 to select ASP.NET 4.5 and then click Next.

  10. Leave all other default role services selected.

  11. On the Confirmation dialog box, click Install. Proceed through the Add Roles and Features Wizard. As the wizard runs, look through the list of installation items and verify that the following role services are included. These are the minimum requirements for Interaction Administrator Web Edition:

    • Common HTTP Features

    • Static Content

    • Default Document

    • Performance

    • Static Content Compression

    • Security

    • Request Filtering

    • Application Development

    • ASP.NET 3.5

    • ASP.NET 4.5

    • Management Tools

    • IIS Management Console

    Note: You may see other dialog boxes appear as role services are installed. You may also be prompted for the location of the Windows 2017 R2 Server installation media.

  12. When the wizard is complete, click Close.

For more information on installing and configuring IIS and ASP.NET Modules on Server 2012 R2, see the Microsoft website: http://technet.microsoft.com/en-us/library/hh831475.aspx.

To enable ASP.NET extensions:

  1. On the web server, open the Windows Control Panel.

  2. Click Administrative Tools.

  3. Double-click Internet Information Services (IIS) Manager.

  4. In the left pane, click the local computer name.

  5. Double-click ISAPI and CGI Restrictions.

  6. In the list of ISAPI and CGI Restrictions, find the entry for ASP.NET 4.0.x (where x is the current release).

    Is this restriction allowed?

    • If yes, you have finished this procedure.

    • If no, right-click on ASP.NET 4.0.x and then click Allow.

    Note: If you do not see ASP.NET 4.0.x in the list, then either you do not have the 4.0 Framework installed, or you do not have ASP.NET 4.0 extensions installed. To install the extensions, run aspnet_regiis.exe with the -i option from the 4.0 Framework directory. By default, this is located at C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319. Then enable the extension.

For more information on installing and configuring ASP.NET on a Windows 2012 R2 server, see the Microsoft website: http://www.asp.net.