Failed to Access ISS Metabase - error
-
i have published a website in VS 2010 and added it in ISS 5.1 using virtual directory now when i try to run it i get an error saying... 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. i tried changing the permissions but still get the same error can someone pls help me out on this...
-
i have published a website in VS 2010 and added it in ISS 5.1 using virtual directory now when i try to run it i get an error saying... 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. i tried changing the permissions but still get the same error can someone pls help me out on this...
Please do not repost what is essentially the same query. If you have additional information then edit the original question and add it there.
-
i have published a website in VS 2010 and added it in ISS 5.1 using virtual directory now when i try to run it i get an error saying... 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. i tried changing the permissions but still get the same error can someone pls help me out on this...
In 5.1, the metabase stores the website parameters. So you ran the setup you made, and the setup did not complete all the parameters, leaving you with a broken website. So go back to the website installer you made and fix the code. And test it running in debug, or at least look at 5.1 IIS management, to see what your missing. Write down what your missing on a piece of paper, and make the adjustments to your installation program. Use the process of elimination, until you narrow it down, and it works.