Search This Blog

Google Analytics

Tuesday, March 01, 2016

How do I enable ASP.NET 4.5 on Windows 10?

Despite you may have installed Microsoft .NET Framework 4.5 on your Windows, IIS has to be installed and ASP.NET to be enabled separately.

To install IIS, you will need to turn on Internet Information Services feature.

The next step to get ASP.NET running is to enable ASP.NET. Prior to Windows 8, we used to run aspnet_regiis /i command. Unfortunately, this command no longer works. I have tried the following command instead to get ASP.NET enabled.

dism /online /enable-feature /all /featurename:IIS-ASPNET45

Popular Posts