When installing Beta 2 of .Net 2.0 (VS, Framework, ...) and then running aspnet_regiis.exe to make the websites use .Net 2.0 Framework, the ASP.NET tabpage is missing in the properties of a website in IIS.
Reason? Probably you had Beta 1 previously installed on the same machine. Here is the solution:
Some regsitry keys are not uninstalled sucessfully and show to wrong dlls open regedit and search for 40607 and delete the keys also remove HKEY_CLASSES_ROOTCLSID{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}
then close it an reregister asp.net with aspnet_regiis -i
found the solution on http://forums.asp.net/850492/showpost.aspx
8:28:41 PM
|