I host a asp.net(v4.0.30319) App on IIS7, and using the following WinDBG command find so manay objects not be released by GC.
!dumpheap -type XXXX
000000.... 671 246928 XXXX
XXXX is the objects type's name , the amount of the objects is increased by 10+/M. but can't find any increase when I use ANTS Memoery Prfiler 8. and can't find any memory leaks when I using windows performance monitor. So I'm very superised that it's WinDBG's problem or the .get latency GC mode is applied?
Any body who can give me advice?
Thanks a lot.
Gary