ASP.NET 4.5 has not been registered on the Web server

Maybe you have to execute the following in the Visual Studio Tools command prompt:

aspnet_regiis -i

You can read more about the ASP.NET IIS Registration Tool (Aspnet_regiis.exe) here.

Leave a Comment