Hi Everyone,
We are in the process of evaluating New Relic for a .NET application that has two web.config files nested, one for the parent application and one for the child application. The parent application is ASP.NET and the child is a .net WEB.API. I noticed that when setting the AppName in the web.config of the parent it doesn’t show traces from the API app. Each of the two apps has its own web.config. When I added a different AppName in the web.config of the child app those traces are not coming through to the APM either. Am I doing something wrong?
Thank you.