Recently I heard word from a colleague that a .NET application that we had written is leaking memory, or at least appears to be. Over the course of a month our asp.net application slowly increases its memory consumption until the server gets bogged down and is rebooted. The memory consumption reaches about 1GB when the month "mark" rolls around. The site will then run for another month, and again slowly increase its memory consumption to 1GB. I haven't done a review of the code as of yet but will be doing so shortly to ensure everything is in order.
Are you seeing memory leaks in any of your applications? If so do you have any tips, pointers, or advice on tracking down the problem?