When I run the Visual Studio 2012 profiler (Perfomance Analyzer) for a web app inside Visual Studio, it starts Internet Explorer and ends profiling when I close the IE window.
But after the analysis, results only show the iexplore.exe
process and its internal calls, with no indication of how my assemblies are performing.
How can I configure the analyzer to profile my code? For desktop apps, it works without problems.
iexplore
code), which is useless to me. – Laryngology