Steps to migrate APM Insight .NET and .NET Core agents to a new DC

DC migration steps for APM Insight .NET and .NET Core agents

.NET agent

  1. Obtain the new device key.
  2. Log in to the server and update the license.key value in the apminsight.conf file located at %ProgramData%\DotnetAgent\<appname>.
  3. Delete the existing instance information file, apminsight.net.info, located at %ProgramData%\DotnetAgent\<Appname>.
  4. Restart the APM Insight .NET agent service (Windows).

.NET Core agent

  1. Obtain the new device key.
  2. Log in to the server and update the license.key value in the apminsight.conf file located at <ApplicationPublishDirectory>\DotnetAgent\.
  3. Delete the existing instance information file located at <ApplicationPublishDirectory>\DotnetAgent\.
  4. Restart the application server or .NET process.


    • Related Articles

    • How to identify and resolve conflicts between other APM products and the APM Insight .NET agent

      Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
    • APM Insight integration for Next.js in Kubernetes

      To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
    • Troubleshooting steps when no data is received from the SQL server

      As we use "Perfmon" to fetch data for Microsoft SQL monitoring, please check if the counters related to SQL are present in the user's perfmon. Please follow the steps below: Open the server machine in which the issue is occurring. Start -> Run and ...
    • Exclude Site24x7 monitoring traffic from Google Analytics

      You can exclude traffic from the Site24x7 Web Transaction (Browser) monitor and Webpage Speed (Browser) traffic from Google Analytics in two ways. To exclude traffic for the Web Defacement monitor, you can follow the first method. 1. Creating a ...
    • Validating sender email using DKIM authentication

      What is DKIM? DomainKeys Identified Mail (DKIM) is an advanced authentication method used widely by email service providers to verify the email from the point of its origin by validating the email sender. It allows the email senders to authenticate ...