문제

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