Platform: Windows Server 2003
Issue: ASP.NET tab not showing in IIS; thus unable to select dotnet version.
Solution:
1. Uninstall IIS
2. Reboot server
3. Install IIS
4. Open the command prompt (start, run, “cmd”)
5. Type: “cd C:\WINDOWS\Microsoft.NET\Framework\v1.x.xxxx”
6. Type: “aspnet_regiis.exe -i”
7. Type: “cd …”
8. Type: “cd v2.x.xxxxx”
9. Type: “aspnet_regiis.exe -i”
10. Open iis (start, run, “inetmgr”)
11. Check that the ASP.NET tab is visible and that you can change the version of .net.
