As, I am working on web api project and trying to implement the PostSharp Aspect class to loggin the request and other staff. OnEntry method OnSucess method is not getting called when api method is calling. If I use same Aspect class in other MVC project which already in same solution then that works. Only Aspect class not executing in web api project.
I have already added the Postsharp DLL in web api project.
Aspect class
Web api controller