| Greg's profileGreg Olsen - Yellow Duck...PhotosBlogLists | Help |
|
March 10 Failed to access IIS metabaseWhat is this all about? You may get this error when you attempt to browse a site hosted by IIS. Problem: The problem can occur due to the order that some of the install components were installed on the machine, normally because the .NET Framework (i.e. .NET 2.0) or Visual Studio 2005 was installed before IIS. Therefore, ASP.NET is not correctly configured to execute. You can also get this error if a particular user account doesn’t have access to IIS metabase. Solution: I have successfully been able to fix this issue by running the following command: aspnet_regiis –i Run this command from the Visual Studio Command Prompt (from the Visual Studio Tools start menu) or by using DOS command prompt and navigating to the following location C:\Windows\Microsoft.Net\Framework\v2.0.50727 and then run aspnet_regiis –i The command aspnet_regiis –i will install the ASP.NET and update IIS metabase. Hope that helps! TrackbacksThe trackback URL for this entry is: http://yellowduckguy.spaces.live.com/blog/cns!DA380C13569E8907!480.trak Weblogs that reference this entry
|
|
|