Weird bug when installing .NET Framework 2.0 Beta 2 on Win 2003
This mainly concerns ASP.NET. The framework installs ok on a Win 2003 machine but i don't get a "Microsoft .NET Framework 2.0 Configuration" option in the Administrative Tools in the Control Panel and i don't get the ASP.NET tab inside IIS6 Web Site configuration either. Are there any manual ways to install this like a regsvr32 command or similar?
I remember trying to install Beta 1 of 2.0 on the same machine and then these options showed up. After removing it and installing Beta 2 they don't show up anymore.
[522 byte] By [
Stebet] at [2008-2-2]
Silly me should learn how to search earlier posts before posting again

If i understand correctly i must install the SDK to get these configuration options. On Microsoft's download page for the Beta 2 SDK it says it's only available for Windows 2000 and XP. Anyone know if it's safe to install this on a Windows 2003 Server machine?
I had the same problem with ASP.Net tab. This is how you fix it:
If a previous version was not uninstalled correctly, please regedit eliminate all versions except 2.0.0.0 in the following locations:
HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}\InprocServer32\
HKEY_CLASSES_ROOT\CLSID\{FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E} \InprocServer32\
HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F0-AA28-5CDA35A2B36D}\InprocServer32\
Yeah, this fixed the problem on my 2003 server running IIS 6.0.
I removed the following key:
HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}\InprocServer32\v.2.0.40607Thanks a lot