Install APM Insight .NET Agent


To add a new .NET Agent monitor in Applications Manager, go to the APM tab Add New Monitor .NET

The .NET agent can be installed using any one of the following methods:

Note:
  • Make sure to uninstall any third-party profilers before installing the APM Insight .NET agent.
  • It is recommended to run a checksum validation to verify the integrity of the downloaded agent. Learn more
  • Monitoring the application in full trust environments and within a single domain mode is essential. To troubleshoot any issues, learn more.
  • For non-desktop Windows server types, the GUI tools of the .NET Agent are inaccessible due to platform constraints. In such cases, users can access the features through the configuration files located in C:\ProgramData\DotNetAgent:
    • appfilter.conf , windows_appfilter.conf and standalone_appfilter.xml - Utilize these files to include/exclude selective applications from monitoring. Refer to this KB for more information.
    • custom_instrumentation.json - Use this file for manual custom instrumentation.

Direct installation

  1. Download the latest APM Insight .NET agent (apminsight-dotnetagent.msi) file.
  2. Execute the .msi file. This opens a "Select installation folder" window.
  3. Click on Browse and select the folder path to install the .NET Agent. Click Next.

  4. In the next window, under the Startup Options, check the Start the Agent after installation check-box if you wish to start the agent. Click Next to start the installation of the agent.

    Note: This will restart IIS to start the agent.
  5. APM Insight .NET Agent Configuration window appears before the installation is completed. Configure Applications Manager's License Key, Host and Port here.
  6. Click the Save button to complete the installation.

Installation via command line

If you would like to monitor a Windows Core environment or similar environments, you may find it easiest to install the .NET agent via the command line. Follow the below steps to install via command line:

  1. Download the latest APM Insight .NET agent (apminsight-dotnetagent.msi) file.
  2. Open the command prompt and navigate to the path where you have downloaded the .msi file.
  3. Execute the following command to install the agent:

    msiexec -i apminsight-dotnetagent.msi license.key=<Your_License_Key> editconfig=false iisreset=true /log apm_install.log /quiet

    Command-line arguments:
    editconfig - The agent will open the edit configuration window by default. Set this to false to install the agent without opening the edit configuration window.
    iisreset - Agent will reset IIS by default. Set this to falseto install without resetting IIS.
    Note: The agent can monitor the applications only after running the iisreset command.
  4. Once the installation is complete, perform some transactions to start monitoring.

Now the APM Insight .NET agent is ready and all the ASP.NET applications (such as WCF) running on the server will be monitored. After some transactions are performed, the collected data should be available in the APM tab of Applications Manager's web client within a few minutes. All .NET web applications hosted on the IIS will be monitored. Perform some transactions to start monitoring.

Note: If the APMInsight agent is not installed in admin mode, install it using the below command from the command prompt, which defines the AppManager hostname in the APMInsight.Net agent configuration window and performs a few transactions within the application. The application's data will be displayed within the APMInsight instance in the Applications Manager.
msiexec -i apminsight-dotnetagent.msi