Add application in .NET Profiler | Site24x7 APM Insight

Steps to be performed when an application is not getting added by the .NET agent profiler in APM

Please follow the below troubleshooting steps if an application does not get added by the .NET agent:
  1. Copy the ClrProfilerAgent.dll from the installation directory of the agent
  2. Paste the dll in  %SystemRoot%\system32
  3. Unregister the ClrProfilerAgent.dll. In command prompt, go to the installation path of the .NET agent and type the command: regsvr32 -u ClrProfilerAgent.dll
    You will get a message that the dll is unregistered
  4. Go to %SystemRoot%\system32 (where we copied our agent dll) and register our agent dll by typing below the following command: regsvr32 ClrProfilerAgent.dll
    You will get a message that the dll is registered
Once you have done this, perform some web transactions. Then check the log folder (C:\Document and Settings\All Users\Application Data\dotNetAgent\†AgentLogs.

Check for log files similar to .NetAgentNative.w3wp.exe.796.log to confirm the successful addition of an application by the .NET agent profiler.
    • Related Articles

    • 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 ...
    • How do I monitor an Oracle database hosted in a Docker container in the same machine?

      To monitor your Oracle Database hosted in a Docker container, follow these steps: Log in to Site24x7 and install the Site24x7 Linux monitoring agent. Execute the following command in your terminal and enter your Oracle Database instance's username ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Troubleshoot the Error 404 and Error 99 for RabbitMQ

      When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
    • Difference between a website monitor and a SOAP Web Service monitor

      Website monitor will support monitoring of any web application via POST, GET and HEAD methods of configuration. Learn more on the performance metrics provided for a website monitor. SOAP Web Service monitors , on the other hand, lets you to ...