Failed to Access IIS Metabase
May 18th, 2007
This has been posted in forums and knowledgebases already, but it happened to me and I had to track it down, so I will document it here for posterity. The details of the post are particular to my installation and do not imply a more global solution.
If you install IIS on XP after you install .Net 2.0, you may have problems deploying a 2.0 ASP.Net web site. If you receive this message:
Failed to Access IIS Metabase
Try running this:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
The -i option essentially re-registers ASP.Net with IIS and will in all likelihood fix your issue.


