| 发表于:2007-06-08 16:09:563楼 得分:0 |
错误类型如下,可是能访问asp的站点。 server error in '/shuyu ' 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. stack trace: [hostingenvironmentexception: failed to access iis metabase.] system.web.configuration.metabaseserverconfig.mappathcaching(string siteid, virtualpath path) +3492154 system.web.configuration.metabaseserverconfig.system.web.configuration.iconfigmappath.mappath(string siteid, virtualpath vpath) +9 system.web.hosting.hostingenvironment.mappathactual(virtualpath virtualpath, boolean permitnull) +163 system.web.cachedpathdata.getconfigpathdata(string configpath) +382 system.web.cachedpathdata.getconfigpathdata(string configpath) +243 system.web.cachedpathdata.getapplicationpathdata() +68 system.web.cachedpathdata.getvirtualpathdata(virtualpath virtualpath, boolean permitpathsoutsideapp) +3385663 system.web.configuration.runtimeconfig.getlkgruntimeconfig(virtualpath path) +189 -------------------------------------------------------------------------------- version information: microsoft .net framework version:2.0.50727.42; asp.net version:2.0.50727.42 | | |
|