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:
|
看来是权限不够。根基提示,找到页面,发现提示里面的方法很麻烦。
于是想起一招,直接以管理员身分运行vs2005。如下图: (顺便show 一 show 我的桌面)
试了一下,果然好用,呵呵,以后就用这方法了。特此记之。