Hi,
We see same issue when using Owin as underline technology.
Appdynamics is not able to capture transaction name automatically.
Few Setting can be changed here to capture transaction details
Application -> App Servers - > Agents -> Configuration -> find-entry-points - set it to true
( to check the entry point)
and in
Configuration
Select Application - > .Net -> Configure Rules -> Add rule (+) -> .net Class /method - >
add following details
Match Class ( with a class Name That ) Equals System.Web.HttpApplication
Method Name Equals BeginProcessRequestNotification
It will be good if you know the class name and method name( you can directly add these details) and app dynamics will start instrumentation