Problem:  Getting 'failed to access IIS metabase' error when attempting to load the Silverlight Application Builder

相关信息
Article ID: 41462
Bug Id: N/A
Software:
ArcGIS API for Silverlight 3.1
Platforms: N/A

问题描述
After installing the ArcGIS Viewer for Silverlight, attempting to open the builder yields the following message in the browser:

"Server Error in '/Builder' 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:

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:4.0.30319; ASP.NET Version:4.0.30319.272"

原因
This error occurs when IIS Server is installed after installing the .NET framework. .NET needs to be re-registered so that IIS recognizes it.
已邀请:

EsriSupport

赞同来自:

解决方案
Open a Command Prompt window, paste the following line, and press Enter:



C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i


Modify the string above with the version of .NET that is being run.





    创建及修改时间
    Created: 8/2/2013

    Last Modified: 12/5/2013
    原文链接
    http://support.esri.com/en/kno ... 41462

    要回复问题请先登录注册