Failed to access IIS metabase.
-
I got the following error when i try to browse my asp.net website from local IIS 5.1 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 the support provided by MS iis help but it didn't help me. plz give me any solution which can work
-
I got the following error when i try to browse my asp.net website from local IIS 5.1 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 the support provided by MS iis help but it didn't help me. plz give me any solution which can work
Did you registered ASP.NET Framework with IIS ? Goto command Prompt> Goto Framework Directory > Run
aspnet_regiis -i
Then try to access your application. :)Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.