Reputation: 85
I recently encountered some harrowing time with our application's installer not able to run due to the non-availability of IIS 6.0 metabase compatibility on my Win2008 machine.
I am curious to know why is this required. Can anybody provide some insights?
Upvotes: 5
Views: 6762
Reputation: 63173
IIS 6 has several interfaces for management via scripts and other programming languages. Many products rely on such interfaces.
IIS 7 no longer supports them by default, unless you install the metabase compatibility role service. In this way it promotes the latest interfaces.
However, for most existing products (even including many Microsoft products) that rely on IIS, they need metabase compatibility.
Upvotes: 3