Without using any third-party tools, how can you determine if an ASP.NET application (.NET 3.5) has any memory leaks? I want to make sure that an app that was developed by someone else is running okay. I would assume using performance counters but which one(s) are the right ones to use to see if the app has memory leaks?
Without using any third-party tools, how can you determine if an ASP.NET application (.NET
Share
You want to use:
Debug Diagnostic Tool
Description from Microsoft website:
Free download and instructions on how to use it are all located on the linked page.
This link might also be of use:
How to use the IIS Debug Diagnostics tool to troubleshoot a memory leak in an IIS process