Thank you! for your solution, I figured it out yesterday somehow, the same thing u mentioned above. I created a virtual directory and then tested some html files,
and those files run smoothly.
But now I am stuck with the real problem, maybe I changed settings or something last night when I try to run the .aspx files I get a serious error in th browser:
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.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
What does the above error mean? Since I am new to ASP.NET, I migrated from JSP 2.0, so I am having trouble, I'd be glad if u can take a look at my error one more time and help me out.
canadafast
None
0 Points
9 Posts
Re: Deploying Issue
Feb 06, 2007 08:39 PM|LINK
Thank you! for your solution, I figured it out yesterday somehow, the same thing u mentioned above. I created a virtual directory and then tested some html files,
and those files run smoothly.
But now I am stuck with the real problem, maybe I changed settings or something last night when I try to run the .aspx files I get a serious error in th browser:
eg. if I run:
http://localhost/KHINAN/index1.aspx
I get the following error:
Server Error in '/KHINAN' Application.
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.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
What does the above error mean? Since I am new to ASP.NET, I migrated from JSP 2.0, so I am having trouble, I'd be glad if u can take a look at my error one more time and help me out.