Monitor ASP.NET Session State Variables

Posted by Dave Johnson on Server Fault See other posts from Server Fault or by Dave Johnson
Published on 2010-04-27T18:34:26Z Indexed on 2010/04/27 18:43 UTC
Read the original article Hit count: 403

We are running a number of ASP.NET applications on W2K3 Server and IIS 6.0, and are looking for a way to be able to monitor ASP.NET session state variables (InProc) that are stored in memory. We are thinking there may be some memory optimization opportunities with some of these session state variables potentially consuming large amounts of RAM.

Is there a way to accomplish this through IIS or Windows rather than instrumenting all of the individual Web apps with code to monitor the session state variables?

© Server Fault or respective owner

Related posts about iis

Related posts about ASP.NET