Instrument the DefaultDomain for Standalone Applications
By default, the .NET Agent does not instrument the .NET DefaultDomain AppDomain. Before you instrument the DefaultDomain:
- Follow the instructions to instrument a standalone application
- Create a POCO entry point for a class/method in the application
If you complete those steps and still do not see business transactions in the Controller, check if your managed code runs in the DefaultDomain. If so, you must configure the agent to instrument the DefaultDomain.
Check if Your Application Runs in the DefaultDomain
If you are unfamiliar with your application's managed code, you can use the agent logs to identify the AppDomain.