Okay I hope someone can help as I may have to kill a amall mammal out of frustration otherwise... the neighbours cat may be my first victim!
I'm trying to access the CruiseControl.NET website on my machine (running XP SP2, IIS 5.1, with .NET 1.1 and 2.0) but I keep getting the following error:
Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.
The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904.
I've googled and attempted the various given solutions, i.e. re-install .NET 2.0, register asp.net with aspnet_regiis tool, made sure the website is set to the right Framework... nada!
Browsing to a .html page in the site works fine, browsing to a .NET 1.1 site works fine... what's the deal with .NET 2.0 sites?
Any help would be massive!