加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

如何确定ASP.NET站点是否存在内存泄漏

发布时间:2020-12-16 07:02:38 所属栏目:asp.Net 来源:网络整理
导读:不使用任何第三方工具,如何确定ASP.NET应用程序(.NET 3.5)是否有任何内存泄漏?我想确保由其他人开发的应用程序正常运行.我会假设使用性能计数器但是哪一个是正确的用于查看应用程序是否有内存泄漏? 解决方法 你想用: Debug Diagnostic Tool Microsoft网站
不使用任何第三方工具,如何确定ASP.NET应用程序(.NET 3.5)是否有任何内存泄漏?我想确保由其他人开发的应用程序正常运行.我会假设使用性能计数器但是哪一个是正确的用于查看应用程序是否有内存泄漏?

解决方法

你想用:

Debug Diagnostic Tool

Microsoft网站的描述:

The Debug Diagnostic Tool (DebugDiag)
is designed to assist in
troubleshooting issues such as hangs,
slow performance,memory leaks or
fragmentation
,and crashes in any
user-mode process. The tool includes
additional debugging scripts focused
on Internet Information Services (IIS)
applications,web data access
components,COM+ and related Microsoft
technologies.

免费下载和如何使用它的说明都位于linked page.

此链接也可能有用:

How to use the IIS Debug Diagnostics tool to troubleshoot a memory leak in an IIS process

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读