How to install .NET Framework 3.5 on Windows Server

July 1, 2022


Hello everyone, in this article, we will discuss “How to install .NET Framework 3.5 on Windows Server using PowerShell”.

What is .NET Framework?

Microsoft .NET Framework – Windows users usually know this term in connection with the installation of Windows updates, since the .NET Framework usually does its work in the background.

Check Net Framework

  • Firstly Open Powershell Windows
  • Secondly, Paste this command – Get-WindowsFeature -Name "NET-Framework-Core"
  • After this hit the Enter key.
  • It will show the Install Status as below.

Install Method Using Powershell –

  • For this purpose, we need to open Powershell as Administrator
  • In the windows Search bar “Windows Powershell”.
  • Now right-click on the Powershell app.
  • After this choose the Run as Administrator option
  • .NET Framework 3.5
  • After that Paste this code – DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
  • Now hit the Enter key.
  • It will start installing the Future automatically.
  • It will need some time for this installation Process.
  • .NET Framework 3.5

Install Method Using Server Manager –

  • Press the Windows key
  • Now click the manage button.
  •  After that click Add Roles and Futures
  • Now click 4 Times the NEXT button.
  • In the Future options check the “.NET Framework 3.5” options
  •  After that Click the Next Button.
  • In the confirmation window click the install button
  • That’s it, Now you installed it successfully on your Server.

 

Windows Server Or Ubuntu Server Which Is Better?

Windows Server Or Ubuntu Server Which Is Better?

Windows Server and Linux Server are two popular operating systems used for server environments. Windows Server is a server operating system developed by Microsoft. It provides a range of features and tools for managing and running servers in a networked environment,...

0 Comments

Submit a Comment