dotNET Weekly
Add a link
Login
Register
Previous
Next
Investigating Memory Leaks in Azure Web Sites with Visual Studio 2013
by bill-s, 2013-12-21T10:27:01.000Z
One of the cool new features in Visual Studio 2013 is the
ability to analyze managed memory issues
. Recently, Azure Web Sites added support to programmatically get
mini-dumps and “diagsession” files that have heap information from Azure Web Sites in production
. In this walkthrough, I’ll show you how to combine these two new features to form a cool end to end scenario for investigating memory leaks in production Azure Web Sites using a little PowerShell.
Read More