How to determine if an ASP.NET site has a memory leak -
Without the use of any third-party tool, how can you determine that an ASP.NET application (. NET 3.5) Does any memory leak? I want to make sure the app developed by an app is working fine. I agree to use display counters but to see which app memory leaks, which one is right to use?
you want to use it:
Description from the Microsoft website:
Debug Diagnostic Tool (Debug Diagram) is designed to help troubleshoot problems such as Hong, slow performance, memory leaks or fragmentation , And crashes in any user-mode process. This tool includes additional information about Internet Information Services (IIS) applications, web data access components, com + and additional debugging scripts focusing on related Microsoft technologies.
/ Div>
Comments
Post a Comment