Reputation: 604
I want to analyze memory leak in my ASP.NET application, How can I dump memory in windows 2008 64bit server?
Upvotes: 1
Views: 1958
Reputation: 4385
One way can be , Open Task Manager -> Processes -> SELECT_YOUR_APPLICATION_PROCESS. Then right click & select "create dump file".
Upvotes: 2
Reputation: 116471
Get the 64 bit version of Debugging Tools for Windows and use ADPlus to create a memory dump.
Upvotes: 2