Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 752413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T14:46:43+00:00 2026-05-14T14:46:43+00:00

Or: how do I find the IIS metabase paths in Windows 7? I used

  • 0

Or: how do I find the IIS metabase paths in Windows 7?

I used to just run aspnet_regiis -lk, but this is “Not supported in Windows Vista” according to aspnet_regiis help…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T14:46:43+00:00Added an answer on May 14, 2026 at 2:46 pm

    This is because starting with Windows Vista, a new version of IIS is shipped (IIS 7) which is a LOT different in many ways than the older IIS architecture.

    To control the new IIS, you should either be using the IIS manager (UI) or if you want a console tool take a look at C:\Windows\System32\inetsrv\AppCmd.exe

    If you want to list the app pools and their .NET versions:

    > appcmd list apppool
    APPPOOL "FlexLabs Bak" (MgdVersion:v4.0,MgdMode:Integrated,state:Stopped)
    APPPOOL "OpenIdTest" (MgdVersion:v2.0,MgdMode:Integrated,state:Started)
    APPPOOL "TestApp" (MgdVersion:v4.0,MgdMode:Integrated,state:Started)
    

    Get the list of applications in IIS:

    > appcmd list app
    APP "FlexLabs/" (applicationPool:FlexLabs)
    APP "TestApp/" (applicationPool:TestApp)
    

    Get the list of Sites:

    > appcmd list site
    SITE "TestApp" (id:4,bindings:http/*:82:,state:Started)
    

    (Note: these are examples, not all the actual data from my machine 😛 )

    It can do a lot more then list, of course.. and in some ways it’s a lot more powerful than than IIS manager.
    Anything specific you’re looking for?

    UPD:
    Quiting from here: http://mvolo.com/blogs/serverside/archive/2007/07/21/Anatomy-of-an-IIS7-configuration-path.aspx

    If you have worked with IIS6 and previous versions of IIS, you are most likely familiar with the IIS metabase paths. You know, the ones that look like LM/W3SVC/1/ROOT. These metabase paths serve as a mechanism to identify a part of the IIS website hierarchy, or a url therein, for the purposes of read/writing their configuration settings.
    […]
    IIS7 repaces the metabase with a whole new configuration system, based on a distributed hierarchy of XML configuration files also used by the .NET Framework/ASP.NET. This confguration system is fundamentally different from the metabase

    Definitely check out this article, as I think it’s exactly what you’re looking for in this case

    Also, see more info about it here:
    http://learn.iis.net/page.aspx/125/metabase-compatibility-with-iis-7/
    Basically you can install the “IIS 6 Metabase Compatibility” server role, and have some control over it with some old tools and scripts 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to find LONG UserAgent strings with LogParser.exe in my IIS logs. This
I've worked out how to interact with IIS 6.0, but I can't find anything
Using compression with WCF in IIS I can find documentation for, but its oriented
This might be a borderline Server Fault-question, but here goes. I have a IIS
I have deployed my MVC app but when I browse from IIS I find
I have published my web project to local iis but framework can't find the
I have some code that works on my IIS 5.1 dev box, but not
Where can I find the IIS object schema? All I found from MSDN was
I can query the AD and find all the IIS sites and their virtual
i want to find the mime-type for a given file extension on an IIS

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.