Feedback

  • Contents
 

Enable .NET Framework 3.5

Before you install the IIS and ASP.NET modules, enable Microsoft .NET Framework 3.5. You can do this either through the Windows Control Panel or at a command prompt.

To enable the .NET Framework 3.5 through the Windows Control Panel:

  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. Click Features. On the Features dialog box, select .NET Framework 3.5 Features and then click Next.

  8. On the Confirmation dialog box, click Install. Proceed through the Add Roles and Features Wizard.

  9. When the wizard is complete, click Close.

To enable the .NET Framework 3.5 from a command prompt:

  1. Insert the Windows 2012 Server installation media.

  2. From the Windows menu, click Command Prompt (Admin).

  3. Enter the following command where D is the location of the Windows 2012 Server installation media. For the source path in the quotation marks, specify the location of \sources\sxs folder on the installation media. The path can either be a local drive letter or a network share.

    DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"D:\Sources\sxs"