I have just installed the .NET 2.0 beta framework (v2.0.50110) on a Windows 2003 standard edition server and the IIS MMC snap-in is not showing. I had to manually install asp.net using aspnet_regiis -i from c:\windows\microsoft.net\framework\v2.0.50110
also happend to me. I guess you had installed B1 before? Some regsitry keys are not uninstalled sucessfully and show to wrong dlls opne regedit and search for 40607 and delete the keys alsdo remove HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}
then close it an reeregister asp.net with aspnet_regiis -i should work then good luck
Hi! I got the same problem on an XP SP2 installation. I followed your instruction, but I still don't get any ASP.NET tab in IIS. Is it only working with Server 2003? Regards Flemming
We have this problem too. Server is Win 2000 with .Net 1.1 and .Net 2.0 Framework installed. There was never any Beta of the Framework installed but still there is no ASP.NET Tab in MMC for IIS.
We can reproduce this behaviour on a second server.
I realize this thread is ancient but I had the same issue which was solved by this guy's comment. I had the same problem and aspnet_regiis -i from c:\windows\microsoft.net\framework\v2.0.50110 solved it. I happen to be inheriting an old application and
I had somehow screwed up my web server. This is what I needed.
stooth
Member
10 Points
2 Posts
ASP.NET 2.0 MMC IIS snap-in not showing
Mar 08, 2005 10:46 AM|LINK
preishuber
Participant
1019 Points
226 Posts
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Mar 08, 2005 07:59 PM|LINK
http://www.ppedv.de
stooth
Member
10 Points
2 Posts
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Mar 09, 2005 12:36 AM|LINK
FLK
Member
10 Points
2 Posts
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Mar 24, 2005 09:59 AM|LINK
woowooo
Member
5 Points
1 Post
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Jul 15, 2005 07:13 AM|LINK
xcgeek
Member
5 Points
2 Posts
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Aug 07, 2005 01:16 AM|LINK
shaper
Member
5 Points
1 Post
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Mar 16, 2006 08:36 AM|LINK
Hello,
We have this problem too. Server is Win 2000 with .Net 1.1 and .Net 2.0 Framework installed. There was never any Beta of the Framework installed but still there is no ASP.NET Tab in MMC for IIS.
We can reproduce this behaviour on a second server.
Any other suggestion?
Dude-man
Member
16 Points
9 Posts
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Mar 16, 2010 07:53 PM|LINK
The ASP.NET tab will not appear when running IIS 1.1 and 2.0 under the 32 bit configuration on a 64 bit server - this is an OS bug.
http://support.microsoft.com/kb/894435
sbhollis30
Member
2 Points
1 Post
Re: ASP.NET 2.0 MMC IIS snap-in not showing
Nov 03, 2010 10:09 PM|LINK
I realize this thread is ancient but I had the same issue which was solved by this guy's comment. I had the same problem and aspnet_regiis -i from c:\windows\microsoft.net\framework\v2.0.50110 solved it. I happen to be inheriting an old application and I had somehow screwed up my web server. This is what I needed.