COREHOST_TRACE=1 and COREHOST_TRACEFILE not working as expected #49457
Unanswered
scottmmendel
asked this question in
Q&A
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am debugging ASP .NetCore 3.1 x64 application that runs from IIS (FDD deployment). An assembly required by the app is generating a System.IO.FileNotFoundException. I was hoping that using COREHOST_TRACE would provide information on the probing used attempting to locate the assembly in question. However, the trace log is missing a lot of basic information that is normally captured when not running under IIS. I have seen some articles on various issues with this utility regarding stderr and stdout. Is there some way to tweak things to capture the probing information I need when IIS launches the application?
Beta Was this translation helpful? Give feedback.
All reactions