如何获取意外的共享点错误的详细信息? [英] How get details of unexpected sharepoint error?

查看:94
本文介绍了如何获取意外的共享点错误的详细信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经部署了共享点解决方案.某些Web部件始终会导致意外错误.几天前,他们工作了,然后在新服务器上安装了sharepoint.

I have deployed sharepoint solutions. Some of web-parts always cause unexpected error. Some days ago they worked, before installing sharepoint on new server.

我将尝试查找错误详细信息.

I will try to find error details.

  • 在管理中心 http://localhost:3442/_admin/metrics.aspx Trace Log C:\ program文件\ common文件\ Microsoft共享\ Web服务器扩展\ 12 \ LOGS文件没有detail.aspx信息.
  • IIS日志也不包含有用的信息
  • Windows事件日志为空
  • 我在所有.config文件中都切换了<customErrors mode="Off" />.
  • In Central Administration http://localhost:3442/_admin/metrics.aspx in Trace Log C:\program files\common files\Microsoft shared\Web server extensions\12\LOGS files have not detail.aspx information.
  • IIS logs is not contain useful information too
  • Windows Event Log is empty
  • I switched <customErrors mode="Off" /> in all .config files.

我该如何解决这个问题?如何找到错误的详细信息?

How I can solve this problem? How I can to find details of the error?

推荐答案

要关闭共享点错误处理程序,必须更改web.config,如下例所示

For switch off sharepoint error handler you must to change web.config so as following example

<configuration>
<SharePoint>
    <SafeMode MaxControls="200" CallStack="True" DirectFileDependencies="10" 
     TotalFileDependencies="50" AllowPageLevelTrace="True">

此处的更多信息 https://msdn.microsoft.com/zh-我们/library/ee231550.aspx

这篇关于如何获取意外的共享点错误的详细信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆