Episode

Collecting IntelliTrace Data in Production

IntelliTrace is a great tool. It records and traces your app's code execution and stores this information in a trace file. You can open up that trace file later on and figure out why your app isn't behaving as expected. This can save you huge amounts of time during development. But what happens when the app goes into production and issues arise? In this episode, Larry Guger shows us how you can use the free standalone IntellliTrace Collector to gather this information from apps running in production. Larry shows us how to download the tool, configure it to collect data, and then how to analyze that data in Visual Studio.