There will be situations when we need to re-install complete IIS after the Visual Studio 2010 is already installed. This will bring in the problem of .NET Framework registration with IIS.
So in order to re-configure the .NET framework after the re-installation of IIS, following command can be given:
%windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i
So in order to re-configure the .NET framework after the re-installation of IIS, following command can be given:
%windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i
Comments