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.
Try granting the ASPNET user permissions. Another couple of tricks that can help identify this is use Filemon, it'll help track down which folders / files are being denied. Also look in the security event log, this would list failed access issues.
You would need to enable failure auditing of 'object access'. You would use the Local Security Policy editor to enable this
Please remember to click “Mark as Answer” on the post that helps you.
Marked as answer by rakesh121189 on Apr 17, 2012 04:02 PM
rakesh121189
Member
3 Points
114 Posts
Please help IIS Metabase issue
Apr 16, 2012 02:01 PM|LINK
Server Error in '/webtracker' 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.3607; ASP.NET Version:2.0.50727.3614
Sparkers
Contributor
2086 Points
470 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 02:25 PM|LINK
Please go through the article from the following link
http://support.microsoft.com/kb/555583
rakesh121189
Member
3 Points
114 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 03:13 PM|LINK
The link has not helped i have tried already !!!!
Sparkers
Contributor
2086 Points
470 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 03:20 PM|LINK
Try granting the ASPNET user permissions. Another couple of tricks that can help identify this is use Filemon, it'll help track down which folders / files are being denied. Also look in the security event log, this would list failed access issues. You would need to enable failure auditing of 'object access'. You would use the Local Security Policy editor to enable this
rakesh121189
Member
3 Points
114 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 04:37 PM|LINK
I not sure how to use it !!! could you help me ???
Sparkers
Contributor
2086 Points
470 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 07:06 PM|LINK
I can help you.. do you want me o write all steps or..?
rakesh121189
Member
3 Points
114 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 07:45 PM|LINK
Thanks for your help Sparkers. I have managed to fix the issue
It was permissions issue on the ASpnet system account provided Access admin privelages and the issue was sorted.
Sparkers
Contributor
2086 Points
470 Posts
Re: Please help IIS Metabase issue
Apr 16, 2012 07:48 PM|LINK
Cool.. That's good.. As mentioned in the previous post you had to gain access to the and grant access.