Failed to access IIS metabase

There is usually an error whenever you install IIS with .Net and try to run an ASP.net app the first time.
And this error seems to change with every new version of .net and VS
This seems to be the latest one.

The fix has always been the same though

C:\Program Files\Microsoft Visual Studio 9.0\VC>aspnet_regiis -i

Comments