Sorry for the rookie questions I am new to the application.
Is it possible to see the whole life cycle of a business transaction from the incoming request to the IIS server to the response back to a specific client workstation?
Is there a way to add a client workstation to the follow map so you can measure performance of that individual? Can you create the user/workstation as an endpoint?
Hi David,
.Net Agent can only track requests after IIS has forwarded the request to the Managed Pipeline. What you are looking for is End User Monitoring described in following document.
https://docs.appdynamics.com/display/PRO42/End-User+Monitoring
https://docs.appdynamics.com/display/PRO42/Browser+Real+User+Monitoring
After you enable above, you will get Browser Snasphots (taken by JS Agent) which will correlate with server snapshot (taken by .Net Agent)
-Raunak