Hi AppDynamics team, I'm trying to configure the windows service application with Unhandled exception Error to monitor using .NET agent referring the below link. Configure the .NET Agent for Windows Services and Standalone Applications (appdynamics.com) here is the part of config.xml file which i have added <standalone-applications> <standalone-application executable="D:\sample project\MQ_ConsoleApp1\MQ_ConsoleApp1\bin\x64\Release\MQ_ConsoleApp1.exe"> <tier name="DotNet Tier" /> </standalone-application> and also, I have tried configuring the entry points as well for the windows service. but unable to get the transactions. Please let me know if i missed any more configuration steps. please help me in resolving the issue. Thanks in advance.
... View more