views:

309

answers:

2

Hi,

I want to analyze memory leak in my ASP.NET application, How can I dump memory in windows 2008 64bit server?

thanks, Guy Bertental

+1  A: 

Get the 64 bit version of Debugging Tools for Windows and use ADPlus to create a memory dump.

Brian Rasmussen
+1  A: 

One way can be , Open Task Manager -> Processes -> SELECT_YOUR_APPLICATION_PROCESS. Then right click & select "create dump file".

Ganesh R.