Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Install .NET 4.5 from Windows PowerShell.  (Read 8059 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
Install .NET 4.5 from Windows PowerShell.
« on: February 01, 2014, 10:40:11 am »
Hi,

IIS 7.5 does not have .NET 4.5 support by default, you have to manually install this. Firstly, you need to download .NET 4.5 from the Microsoft URL,

http://www.microsoft.com/en-in/download/details.aspx?id=30653

Now, open Windows PowerShell and run this command to install this.

===================>>>
PS C:\Users\VPS1146858Admin\Downloads> Start-Process -FilePath "C:\Users\VPS1146858Admin\Downloads\dotNetFx45_Full_setup.exe" -ArgumentList "/q /norestart" -Wait
===================>>>

Now, you have successfully installed .NET 4.5 in your server.

Thank you,

Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!