asp.net application memory usage
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a simple way to get (in code) the total memory my asp.net application is using? A code example in c# would be great!
Have you tried using the System.Environment class? Or looking into the ASP.NET performance counters? ~Javier Lozano