IIS7 诊断和跟踪显示在我的 aspx 页面的底部。我该如何关闭它?
据我所知,我知道我一定在 IIS7、我的 Web.Config 甚至 IE9 中打开了某些东西。我在我正在工作的特定站点的 ASPX 页面之一的底部看到了大量的诊断和跟踪,但我不知道如何将其关闭。
如果他们知道我在说什么,谁能告诉我如何关闭它?
这是一张图片:
我对尺寸表示歉意,但打印出来的诊断信息很大,这只是打印出一些里程的诊断信息。它很方便,但我不想再看到它了。
打印出来的主题是:
- 请求详细信息
- 跟踪信息
- 控制树
- 会话状态
- 应用程序状态
- 请求 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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
system.web
部分下的web.config
文件中进行设置:Set this in the
web.config
file under thesystem.web
section: