You can re-install ASP.NET Framework 2.0 by using the following command line commands. The first uninstalls it then the second re-install it. This only need to be run when there are unexpected permission errors due to the sequence of the Windows components got installed initially.
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis -u
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis -i
0 Comments