Hello,
I have an issue where my application seems to leak threads. I log the managed thread id on each request and as the application keeps running the ids increase (up to a point where the app stops responding). I've run .NET Memory Profiler 5 and I don't see any obvious memory leaks, but my question if there is an option in .NET Memory Profiler to trace threads and where they are created, etc?
Thanks,
/Hakan