Search code examples
asp.net-coreiis-expressprofilerstackify

How to configure Stackify prefix with Jetbrains Rider debug (.net core projects)


Stackify prefix can be configured in .net core projects by adding middleware and lauching it from visual studio in IIS Express

But I want to debug project via JetBrains Rider. I can launch project in IIS but prefix not showing any info about requests. In Visual Studio all works fine. Any advices how I can achieve this?


Solution

  • Currently, Stackify Prefix seem to only support the in-process IIS Express hosting mode, while JetBrains Rider only supports out-of-process. Here's a relevant issue in the Rider bug tracker: RIDER-22746.