Steve Carroll msft

Post by this author

Investigating Memory Leaks in Azure Web Sites with Visual Studio 2013

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 ...