How to find memory leak from ASPX app having a DLL

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-04-30T08:58:38Z Indexed on 2010/04/30 9:07 UTC
Read the original article Hit count: 185

Filed under:
|
|

Any tips How to figure out where is memory leak in my Facebook app, its ASPX using Facebook toolkit DLL and I am afraid the bug may be in that CS library.

The problem is that after one week uptime, server is running out of memory and needs to be rebooted, there are quite many users and I cannot run debugger on this "production server", so I would need to simulate somehow use on my local PC.

© Stack Overflow or respective owner

Related posts about memory-leaks

Related posts about aspx