CONFIGURATION ON .NET APPLICATION
Follow the below steps:
-
Install VSP Probe
-
Install App Dynamic Agent by following the below article:
-
After installation, remove the below system-level environmental variables permanently. These environmental variables are configured by AppDynamics Installer
NOTE:
Make a note of the deleted system-level environmental variables and their values. If VSP is un-installed, these variables need to be added again for AppDynamics to function as expected
-
Add the below as a System variable
-
.NET 64-bit Application
VSP_AdditionalProfiler_x64_Path=C:\Program Files\AppDynamics\AppDynamics .NET Agent\AppDynamics.Profiler_x64.dll
VSP_AdditionalProfiler_CLSID=AppDynamics.AgentProfiler
-
.NET 32-bit Application
VSP_AdditionalProfiler_x86_Path=C:\Program Files\AppDynamics\AppDynamics .NET Agent\AppDynamics.Profiler_x86.dll
VSP_AdditionalProfiler_CLSID=AppDynamics.AgentProfiler
-
-
Restart IIS server