Remote attach asp.net core console app
Is there documentation on how I can remotely attach to an asp.net core console app that is proxied through IIS? Do I just select .net core application? What exe/dll path do I select corresponding to the correct conhost.exe?
Please sign in to leave a comment.
Currently, CoreCLR doesn't support attach. This feature we be added to dotTrace as soon as Microsoft implement it.
You should select IIS profiling to to profile any application hosted on IIS (Home | Profile Local App | IIS or Home | Profile Remote App | IIS - for profiling on remote computer). IIS server will be restarted in this case:
Unfortunately, asp.net core doesn't picked up by our profiler if it hosted on IIS server. We'll fix it as soon as possible: https://youtrack.jetbrains.com/issue/PROF-691