View Objects in Session of a Running ASP.NET Application
I am trying to move my app to out-of-proc session state and can't find which session object is failing to serialize - the YSOD stack trace is unrevealing. Is it possible to view the objects, or at least the types of objects, currently stored in session state of a running application? Short of attaching a debugger to a running app, and having its source code available, I don't know if this is possible. I'm using Alachisoft NCache, so here's their stack trace, though it's not helpful: System.Web.HttpException (0x80004005): Unable to serialize the session state. In 'StateServer' and 'SQLServer'