Hi, We tried instrumenting this today but it did not work. It only started working when we changed the name of Config file to AppDynamicsConfig.json instead of <APP>.AppDynamicsConfig.json. For example, We see only one line below in profiler logs with App.AppDynamicsConfig.json and we don’t see the agent reporting. 2020-04-22 13:18:45.444095[0x00001cc4]<info>:Use CoreCLR profiler However, when we change the config file name to AppDynamicsConfig.json, it reads successfully and starts reporting and we see logs growing. 2020-04-22 13:24:20.859515[0x000045d4]<info>:Use CoreCLR profiler 2020-04-22 13:24:20.861510[0x000045d4]<info>:Should instrument standalone profiler process (config found at C:\inetpub\wwwroot\<APP Path>\AppDynamicsConfig.json): w3wp as app w3wp.exe 2020-04-22 13:24:20.862518[0x000045d4]<info>:Successfully read file. We are using 4.5.18.1 version of the .Net core microservice agent. Although it is working, the problem we have is whenever we deploy the application, it automatically changes the name of the config to <APP>.AppDynamicsConfig.json and we have to change it back again. Any recommendation around that? Regards, Chetan
... View more