Splunk AppDynamics

Multiple .NET Core API's running on one server via IIS

CommunityUser
Splunk Employee
Splunk Employee

Is this the right installation choice if I have multiple .NET Core Web API's hosted via IIS on the same server?

https://docs.appdynamics.com/display/PRO44/Install+the+.NET+Core+Microservices+Agent+for+Windows

Are the environment variables configured via the web.config/IIS used?

Thanks.

Labels (1)
0 Karma

Raunak_Mohanty
Builder
Hi Kevin,

That is correct. You will install/configure Microservices Agent for each IIS App.
Instead of creating System level environment variables you can defined the env variables directly at web.config like below

<aspNetCore processPath="dotnet" arguments=".\Web.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout">
<environmentVariables>
<environmentVariable name="CORECLR_PROFILER_PATH_64" value="C:\inetpub\wwwroot\NetCoreWeb\AppDynamics.Profiler_x64.dll" />
</environmentVariables>
</aspNetCore>

Thanks,
Raunak
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...