I just deployed a brand new .Net 4 website in IIS on my machine and get this error:
It seems that some .Net 4 modules have not been installed properly on this machine…
I managed to fix the issue quickly by running those two commands:
%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i
No comments:
Post a Comment