• Sign in
 
  •  
  • MSDN Blogs
  • Microsoft Blog Images
  • More ...
Common Tasks
  • Blog Home
  • Email Blog Author
  • RSS for comments
  • RSS for posts
Search
Tags
  • .NET Framework
  • Ajax/Javascript
  • ARR
  • ASP.NET
  • CLR
  • Cool stuff
  • DataAccess
  • Debugging/Windbg
  • Hotfix/Service Pack
  • IDEVDataCollector
  • IIS
  • Internet Explorer
  • Italian techs
  • LogParser
  • OT
  • Personal
  • Productivity
  • Random
  • Scripting/ASP
  • Security
  • Technology
  • Tools
  • Troubleshooting
  • Vista/Longhorn
  • Visual Studio
Archives
Archives
  • January 2013 (2)
  • November 2010 (1)
  • October 2010 (1)
  • July 2010 (2)
  • April 2010 (1)
  • March 2010 (2)
  • February 2010 (2)
  • January 2010 (1)
  • October 2009 (2)
  • September 2009 (2)
  • August 2009 (1)
  • July 2009 (5)
  • June 2009 (1)
  • May 2009 (1)
  • April 2009 (3)
  • March 2009 (3)
  • February 2009 (5)
  • January 2009 (3)
  • December 2008 (5)
  • November 2008 (3)
  • October 2008 (2)
  • September 2008 (3)
  • August 2008 (3)
  • July 2008 (3)
  • June 2008 (5)
  • May 2008 (4)
  • April 2008 (8)
  • March 2008 (4)
  • February 2008 (5)
  • January 2008 (2)
  • December 2007 (4)
  • November 2007 (6)
  • October 2007 (6)
  • September 2007 (8)
  • August 2007 (6)
  • July 2007 (7)
  • June 2007 (10)
  • May 2007 (9)
  • April 2007 (12)
  • March 2007 (8)
  • February 2007 (5)
  • January 2007 (3)
  • December 2006 (1)
  • November 2006 (4)
  • October 2006 (2)
  • September 2006 (9)
  • August 2006 (2)
  • July 2006 (1)

Missing ASP.NET Tab in IIS Management Console

MSDN Blogs > Never doubt thy debugger > Missing ASP.NET Tab in IIS Management Console

Missing ASP.NET Tab in IIS Management Console

Carlo Cardella
9 Sep 2006 6:16 AM
  • Comments 8

PROBLEM DESCRIPTION
===================
On a Windows 2003 64bit machine with both .NET Framework 1.1 and 2.0 installed, you are tying to configure a website on IIS, but you are unable to find the tab to specify ASP.NET settings.

SUMMARY of TROUBLESHOOTING
==========================
Researched turned out this being a bug that is closed as "won't fix".

If you are gong to run IIS 32-bits on WOW64, MMC Support for ASP.Net snap-in is currently not allowed.
We are in the process of writing a KB article to document this.
In general the ASP.net tab is giving you the UI to configure the application to run different versions. You could use the specific version of aspnet_regiis.exe utility to configure this.
The utility is aspnet_regiis -i under C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727, if you want your application to run under 2.0.
There are several command switches to configure specific sites or directory only.
If you see these problems on 32-bit OS there's a known workaround:

  • Manually run the install for ASP.NET: ASPNET_regiis -i
  • Register the dll for the MMC: regsvr32.exe "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mmcaspext.dll" "rundll32.exe" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\webengine.dll",RegisterAspNetMMC
  • From a command prompt run: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regasm.exe C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\AspNetMmcExt.dll /tlb:AspNetMMCExt.tlb
  • Change the About value in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\SnapIns\{fedb2179-2335-48f1-aa28-5cda35a2 b36d}" from {7D23CCC6-A390-406F-AB67-2F8B7558F6F7} to {7D23CCC6-A390-406F-AB67-2F8B7558F6F6}

 

UPDATE (5th November, 2006)
Just found this recently published KB article as official documentation: http://support.microsoft.com/default.aspx?scid=kb;en-us;919283&sd=rss&spid=8940

 

UPDATE (23rd April, 2008)

Tom (and Jeremy and Vandana) has a solution, check it out

 


Carlo

  • 8 Comments
ASP.NET, IIS
Leave a Comment
  • Please add 2 and 6 and type the answer here:
  • Post
Comments
  • Hannes Preishuber
    9 Sep 2006 7:04 AM
    some guy from microsoft blogged about the missing ASP.NET Tab in IIS MMC. On 32 bit systems there are
  • Mohamed ALNAGAR
    16 Sep 2006 6:15 PM
    God Bless Microsoft!!! another flaw in the 64 bit version of windows-.NET, it is really a disgrace
  • nate
    11 Oct 2006 8:06 PM

    Thanks for the post been researching this for ages.

    "won't fix".... brutal.......

    How about someone compiles that as a standalone exe instead of a snap-in extension! oy!!

  • Juice
    19 Jul 2007 4:43 PM

    I have seen this after VMWare is installed.

    Resolution:

    backup IIS metabase using IIS admin.

    uninstall vmware

    uninstall IIS

    install IIS

    Import metbase backup.

    Cheers,

    Juice

  • JC
    31 Jul 2007 10:09 PM

    http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx

    Seems to be legitimate: as referenced in ...

    http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/

  • Never doubt thy debugger
    23 Apr 2008 6:13 AM

    Remember this problem ? Well, Tom (and Jeremy and Vandana) has a solution     Carlo Quote of

  • Sandip K
    20 Feb 2009 12:44 PM

    i Did

    C:\>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

    Start installing ASP.NET (1.1.4322.0).

    Finished installing ASP.NET (1.1.4322.0).

  • Mahesh
    3 Jan 2013 11:01 PM

    I follwed the above procedure, but still i am unable see the ASP .NET tab in IIS.

    Can u give me any other solution.

Page 1 of 1 (8 items)
  • © 2013 Microsoft Corporation.
  • Terms of Use
  • Trademarks
  • Privacy & Cookies
  • Report Abuse
  • 5.6.426.415