I am trying to trouble shoot a memory issue with our web application. Using the SCOM tools I see that our application is using 5.8 GIGS of memory. This happens on our production server which I cannot access. It is not happening in DEV and TEST (probably due to usage).
I suspect this has to do with the objects on the session. Is there a way to tell how much total memory our session is using?
Can you give me tips for pinpointing where the memory leaks are coming from?
I am not using Interop or any unmanaged code – that I know of. The is an ASP.Net 4 web application running on IIS7.