Reputation: 543
I want to know the size of memory used by session state variables including all the sessions present in AppDomain. I got the size of session variable that present in that session. But i want for entire AppDomain.
Thanks, Pravin
Upvotes: 1
Views: 2139
Reputation: 535
with the help of Application Domain Resource Monitoring you can find the memory usage by application domain. follow this link
http://msdn.microsoft.com/en-us/library/dd997285.aspx
Upvotes: 1