Вопрос

Is there a way to see the current memory utilization of ASP.NET session state?

I have an application that uses a third-party WebControl and the App Pool keeps restarting. I'm thinking that it's due to memory pressure, and I want to check to see how much is being stored in session state.

Это было полезно?

Решение

Microsoft has a tool for this CLR Profiler that you could use to profile your session.

Другие советы

The Glimpse Session Tab will show you what is in session, but not the actual size.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top