Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
09-04-2019 07:11 AM
Does anyone know what the full-no-dependency-mode element does in the config.xm. file for .NET? This seemed to be "automatically" inserted into an existing config.xml. It's a child of the profiler element under app-agents. My app agent will not start and am wondering if this is having an affect. No hits on Google searches for this particular configuration.
<app-agents>
<profiler>
<full-no-dependency-mode />
</profiler>
<IIS>
Solved! Go to Solution.
12-12-2019 11:50 PM
Full-no-dependency-mode configuration changes the internal framework around how agent instruments the applications. This mode was introduced to workaround any code access security issues that some of the instrumented applications may encounter.
If it's breaking for you, can you try the below workaround?
If your application works fine with this configuration disabled then you can keep that as a workaround until the fix for this issue is released in GA version. There is no impact on visibility provided by agent when this mode is set to false.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form