首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
社区首页 >问答首页 >尝试在windows服务器中打开sharepoint时出错

尝试在windows服务器中打开sharepoint时出错
EN

Stack Overflow用户
提问于 2012-11-19 15:33:36
回答 2查看 7.9K关注 0票数 0

当我尝试在windows服务器中打开sharepoint时,出现以下错误:-

代码语言:javascript
代码运行次数:0
运行
复制
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".

有人能帮我这个忙吗。

以下是错误:-

代码语言:javascript
代码运行次数:0
运行
复制
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:


[COMException (0x80070005): Access is denied.
]
   System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +377678
   System.DirectoryServices.DirectoryEntry.Bind() +36
   System.DirectoryServices.DirectoryEntry.get_IsContainer() +31
   System.DirectoryServices.ChildEnumerator..ctor(DirectoryEntry container) +26
   System.DirectoryServices.DirectoryEntries.GetEnumerator() +25
   Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.System.Web.IHttpModule.Init(HttpApplication app) +471
   System.Web.HttpApplication.InitModulesCommon() +65
   System.Web.HttpApplication.InitModules() +43
   System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +729
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +298
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +289

任何帮助都是非常感谢的。

EN

回答 2

Stack Overflow用户

发布于 2012-11-19 18:54:19

执行以下操作以了解确切的错误:

  1. 转到出现错误的web应用程序的C:\inetpub\wwwroot\wss\虚拟目录。
  2. 打开并编辑web.config文件,并将customErrors模式设置为关闭。
  3. 查看主要错误。

让我们知道错误。

票数 1
EN

Stack Overflow用户

发布于 2012-11-20 16:36:22

当您正在使用的登录名没有足够的权限登录到sharepoint站点时,就会发生此错误。

检查用户权限,是否有登录权限?

如果您能够访问CA,则可以将此用户添加为网站集管理员,并访问sharepoint网站。

希望这能有所帮助

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/13449415

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档