Developing ASP.NET MVC Web Applications — Question 107

You are developing an Azure worker role. You enable crash dump collection for the role.
When the role starts, an external application stops responding.
You need to download the crash dump to determine why the application stops responding.
From which two locations can you download the crash dump? Each correct answer presents a complete solution.

Answer options

Correct answer: A, D

Explanation

The crash dump can be downloaded from Azure Blob storage and the DiagnosticStore local resource folder, as these locations are designed to store diagnostic data. The temp folder and Azure file storage do not specifically serve as repositories for crash dumps, making them incorrect choices.