Attach the .NET Micro-Agent
Attach the .NET Micro-Agent to IIS
When the Micro-Agent installation completes, you'll need to reset the IIS using the iisreset
command to complete the attach process.
Attach the .NET Micro-Agent Using a Non-IIS Application
If you're using a non-IIS application (i.e, a standalone application), set the following environment variables manually for the CLR to load the Micro-Agent:
- COR_ENABLE_PROFILING=1
- COR_PROFILER={9E9BF2AC-891E-4AAD-9192-44645082EB3E}
- COR_PROFILER_PATH=
<TAKIPI_HOME>
\lib\TakipiAgent.dll (WhereTAKIPI_HOME
is a path to the folder where OverOps was installed).
For .NET Core use the following environment variables:
- CORECLR_ENABLE_PROFILING=1
- CORECLR_PROFILER={9E9BF2AC-891E-4AAD-9192-44645082EB3E}
- CORECLR_PROFILER_PATH=
<TAKIPI_HOME>
\lib\TakipiAgent.dll (WhereTAKIPI_HOME
is a path to the folder where OverOps was installed).
These variables indicate to the CLR to load the Micro-Agent with CLSID {9E9BF2AC-891E-4AAD-9192-44645082EB3E}. The Micro-Agent details are set in the registry.
Updated over 3 years ago