Admin-Ahead Community

Windows => General Windows => Topic started by: Chetan Singh on February 01, 2014, 04:18:58 pm

Title: Install ASP.NET 4.5 from in IIS7.5.
Post by: Chetan Singh 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,