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
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
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