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 ASP.NET 4.5 from in IIS7.5.  (Read 3316 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 ASP.NET 4.5 from in IIS7.5.
« on: February 01, 2014, 04:18:58 pm »
Hello,

You can install .NET from the command prompt and as well as by clicking on the .NET setup file itself. Firstly, you need to download .NET 4.5 from the Microsoft site,

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

To install the ASP.NET 4.5, run this command (I have downloaded .NET setup/exe file under the Downloads)

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

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!