Multiple In-Process Applications in same Process

I am trying to profile a .net core 3.1 rest service that is part of a suite of micro services. All services are in-process and are assigned to their own app pool in IIS. I want to profile the service I'll call 'B', but service "A" must be called first to generate a secure cookie to present as part of the call to "B". I point Ants at the "B" URL and start a session. When "A" is called, Ants begins to profile that call to "A" and then when I call "B" an "HTTP Error 500.35 - ANCM Multiple In-Process Applications in same Process" is returned. If I stop the profiling session and resubmit the request to "B", data is returned. Is there some additional configuration I am missing?
Tagged:

Answers

Sign In or Register to comment.