Hi, I am attempting to install the .NET core microservices agent onto my application that is using the "AspNetCoreModuleV2" in the web.config file. I am following the instructions found on https://docs.appdynamics.com/display/PRO45/Install+the+.NET+Core+Microservices+Agent+for+Windows and it is still not registering onto the AppD list of apps.
I have another application that has successfully connected, but is using "AspNetCoreModule".
Is AspNetCoreModuleV2 supported?
This worked for me - rename the <dll name>.Appdynamicsconfig.json to Appdynamicsconfig.json
This worked for me - rename the <dll name>.Appdynamicsconfig.json to Appdynamicsconfig.json
Why do we have to rename the Appdynamicsconfig.json? Should not we be able to use the appdynamics nuget package out of the box without having to do anything?