Method to Upgrade .Net Agent
Manual upgrade from user terminal:
- Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page.
- The latest agent can also be downloaded from AppManager web client's APM -> Add new Monitors page
- Once the latest version has been downloaded, login to the machine where the old agent is installed.
- Install the latest version by double clicking on the MSI. During installation, an option to overwrite the existing installation will be shown
- If you want to use non-UI installation, type in the command
msiexec /i
apminsight-dotnetagent.msi /qb editconfig=false /log apmUpgrade.log
- Proceed with the installation. It will overwrite the existing version without loss of any settings.
New to ADSelfService Plus?
Related Articles
Method to upgrade .NET Core Agent
Manual upgrade from user terminal: Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page. The latest agent can also be downloaded from AppManager web client's APM -> Add new Monitors page Once the latest ...
Unified .NET and .NET Core agents into a single MSI package.
In APM Insight .NET agent version 6.9.1 the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
APM Insight Java Agent – Onboarding & Troubleshooting Guide
This guide helps support engineers troubleshoot cases where the APM Insight Java Agent is not onboarding (not appearing in Applications Manager) after installation. Follow the step-by-step verification checklist in Section 2 to quickly diagnose and ...
How to Install .NET agent on AWS Elastic Beanstalk?
One of the two options listed below can be used to install APM Insight agent onto a .NET web application hosted in Elastic Beanstalk environment via ebextensions. Deployment through AWS kit for Visual Studio. Deployment via uploading packages to AWS ...
Method to upgrade Node Js Agent
Manual upgrade from user terminal: To upgrade the APM Insight Node.js agent, follow these instructions: Stop the Node.js application. Access the node package manager (NPM). Navigate to the application root directory of the application for which you ...