How to get a memory dump

Discussion in 'ASP.NET / ASP.NET Core' started by 10inja, Nov 15, 2012.

  1. hi

    is there a way to get a memory dump of the website?

    On my development machine things are going ok, but on the server it seems to have a memory leak or use too much memory and would like to be able to get real time memory dumps, is that possible?
     
  2. Not really, we can provide you with either your application pool status or your HTTP error logs off the server, but only if you provide us with a concise time-frame, like 5 to 10 minutes where you think there is a problem.

    If you are hosting on IIS 7 (or IIS 8) then you can setup Failed Request Tracing rules to shed some more light on the situation.

    http://blog.discountasp.net/failed-request-tracing/
     
  3. Thanks for responding. I'm on Windows 8 IIS7. I will look into the FRT, thanks for the info.
     

Share This Page