IIS7 诊断和跟踪显示在我的 aspx 页面的底部。我该如何关闭它?

发布于 2024-11-10 01:28:42 字数 632 浏览 1 评论 0原文

据我所知,我知道我一定在 IIS7、我的 Web.Config 甚至 IE9 中打开了某些东西。我在我正在工作的特定站点的 ASPX 页面之一的底部看到了大量的诊断和跟踪,但我不知道如何将其关闭。

如果他们知道我在说什么,谁能告诉我如何关闭它?

这是一张图片:

Diagnostics and Tracing Information

我对尺寸表示歉意,但打印出来的诊断信息很大,这只是打印出一些里程的诊断信息。它很方便,但我不想再看到它了。

打印出来的主题是:

  • 请求详细信息
  • 跟踪信息
  • 控制树
  • 会话状态
  • 应用程序状态
  • 请求 Cookies 集合
  • 响应 Cookies 集合
  • 标头集合
  • 响应标头集合
  • 表单集合 查询
  • 字符串集合
  • 服务器变量

我在谷歌和本网站上搜索了这个,但我不知道如何更好地表达我所看到的内容而不是我已经提出的问题。因此,如果这是重复的帖子或者已经得到答复,我深表歉意。

提前致谢。

I know I must have turned something on either in IIS7, in my Web.Config or heck even IE9 for all I know. I am seeing a gargantuan amount of diagnostics and tracing at the bottom of one of ASPX pages for a specific site I am working on at work and I have no idea how to turn it off.

Can anyone tell me how to turn this off if they know what I am talking about?

Here is a picture:

Diagnostics and Tracing Information

I apologize for the size, but the diagnostics printed out are huge and that is only some of the miles of diagnostics printed out. It is handy and all, but I don't want to see it anymore.

The topics printed out are:

  • Request Details
  • Trace Information
  • Control Tree
  • Session State
  • Application State
  • Request Cookies Collection
  • Response Cookies Collection
  • Headers Collection
  • Response Headers Collection
  • Form Collection
  • Querystring Collection
  • Server Variables

I searched for this on google and on this site, but I don't know how to phrase what I am looking at any better than I have already into a question. So I apologize if this is a duplicate post or if it has been answered already.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆夏时光 2024-11-17 01:28:42

system.web 部分下的 web.config 文件中进行设置:

<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/>

Set this in the web.config file under the system.web section:

<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文