Tuesday, July 31, 2012

Solve "ASP.NET 4.0 has not been registered on the Web server" issue

If you are working on IIS web server and you get an error saying that ASP.NET 4.0 has not been registered on the Web Server (see following screenshot)


A simple way to solve above issue is to run aspnet_regiis.exe. Simply open command shell in administrator mode and execute following command

%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i

No comments:

Post a Comment