Skip to main content

Posts

Showing posts from July, 2019

Integrating AppDynamics with asp.net core

AppDynamics provide information about your application/server at single place. Application performance, integration with other systems, business transactions,  user load and exceptions, AppDynamics provide all these information under one dashboard. Integrating AppDynamics with asp.net core is very simple. Here are the steps to integrate it with your asp.net core application. 1. Download AppDynamics agent libraries from AppDynamics Download Center 2. Extract it on Linux machine and copy the extracted files in your website folder. These are the extracted files -  AppDynamics.Agent.netstandard.dll AppDynamicsConfig.json.template libappdprofiler .so 3. Rename 'AppDynamicsConfig.json.template' to 'AppDynamicsConfig.json' 4. Make the required changes as per your AppDynamics Controller setup ( assuming your AppDynamics Controller is already setup and running ) If you are using .json file, please include below lines in your AppDynamicsConfig.j