Link to home
Start Free TrialLog in
Avatar of PatrickK_W
PatrickK_WFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How to monitor memory usage for an ASP.net 2 application

Hi.

can anyone give a detailed guide to monitoring the memory used (AND MOST IMPORTANTLY RELEASED) by an ASP.net 2 application?

We have visual studio for software developers. Iif anyone else can explain how to use specific tools, etc that will be great.

basically we need to find if an application is leaking memory. As far as we can tell all user code is correct in that any user called objects are closed, disposed of and set to nothing as applicable.
ASKER CERTIFIED SOLUTION
Avatar of cammj
cammj
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PatrickK_W

ASKER

Excellent, thanks.

just what i was looking for. i'll get working my way through all of that stuff!!