@Sreenivas.Goka - You can use the github hosted releases from following link - - https://github.com/Appdynamics/DotNetAgentExtensionManager/tree/master/Publish
Hi Prashant,
Please run the installer from a command prompt (run as administrator) using the following command line -
msiexec /i dotNetAgentSetup64.msi /l*v installlog.txt
Let us know if the agent installs fine ? In case if the issue persists, p...
Hi Robert,
I have written basic steps needed to setup a sample application using linux docker containers.
Instructions for setting up sample environment for using Linux SDK - Step 1: Getting the Sample Code
mkdir MvcApp cd MvcApp ...