This is a very nice article with great step-by-step screen shots for migrating your master domain controller from an older 2008r2 box to a new 2012 server.
Thanks for this Naresh!
This is a very nice article with great step-by-step screen shots for migrating your master domain controller from an older 2008r2 box to a new 2012 server.
Thanks for this Naresh!
Lately I’ve decided to build a .NET v4 website…. thus I needed to add the IIS capabilities… after an exhaustive search, I found what I needed thanks to Brad over at StackOverflow:
cmd
and press ENTER cd C:\Windows\Microsoft.NET\Framework\v4.0.30319\
and press ENTER.
aspnet_regiis.exe -ir
and press ENTER again.
(You can repeat steps 7-on for every site you want to apply .NET 4 on as well).