Blog Stats
  • Posts - 7
  • Articles - 0
  • Comments - 2
  • Trackbacks - 4

 

ASP.Net MMC Snap-In for IIS Missing

Okay, so I'm one of those GUI freaks that like using  a GUI if it exists over the command-line. Lately, I simply use the ASP.NET IIS Snap-In to switch a particular ASP.Net application on a server to the proper .NET version. After installing the latest and greatest .NET 2.0, I still didn't see the snap-in. Argh... When searching the net, I found a pretty good post that describes how to resolve it. It says that the Beta 1 uninstall didn't clean up that well and thus some manual registry cleaning needed to be done.

Basically, you search for all instances of 40607 (the beta 1 build of .NET 2.0). When you find the keys, delete em. Also, you must nuke the following entry:

HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}

The forum post at asp.net says to reregister with aspnet_regiis -i. When installing the redistributable, I saw the command aspnet_regiis -iru run. The guys at Microsoft made sure the install didn't break existing ASP.Net (1.1) applications (which the switches -iru do for aspnet_regiis). Smart if you ask me. I can recall that the B1 didn't do that, and it raised concerns as I plan our 2.0 technology roadmap.


Feedback

# re: ASP.Net MMC Snap-In for IIS Missing

Gravatar find
[HKEY_CLASSES_ROOT\Typelib\{A4CA8810-6E46-36FF-A048-B7FD564742F8}]

and see if any values say PATH

Export this key from a like machine where the tab is showing, same OS, same .net Installs, etc and then import to this onto the machine that is not showing the tab.

After all other attemps i found on the web this solved my issue 1/19/2007 2:38 PM | John G

# re: ASP.Net MMC Snap-In for IIS Missing

Gravatar I searched high and low on the internet on how to fix a missing ASP.NET tab in IIS5, tried many things with aspnet_regiis without success.

John G.'s pointer on [HKEY_CLASSES_ROOT\Typelib\{A4CA8810-6E46-36FF-A048-B7FD564742F8}] saved the day for me! In my case, in addition to the weird registry entries, the typelib C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\AspNetMmcExt.tlb was missing from the problem machine. After registry keys were fixed, typelib was put in place and an IISRESET was done, the next time the IIS console was fired up the ASP.NET Tab was there!!!!!! 4/15/2009 1:04 PM | John S

Post a comment





 

 

 

Copyright © Marlon Rabara