I have followed the advice in the following tutorial: http://humblecoder.co.uk/tag/windbg. I have got to he point that says, run this command: !dumpheap. I have added he total number of bytes in the third column and divided it by 1024 and 1024 again. This equates to 42MB. The ASP.NET process in question is over 1.5GB in size.
This is done on a Windows 2003 server were there is no option to create a dump file in Task Manager. Therefore I have to run the following cmmand: .dump /ma w3wpdump.dmp. As this is a mini dump, is there stuff that is missing that could help?
I did ask another question about this yesterday, which outlines the problem: ASP.NET Memory Leak - OracleCommand Object