SQL queries not being logged from MVC / WebAPI controller
Question
Oct 22, 2014
I"m using the WebAPI for some custom REST endpoints, and was trying to debug some SQL queries within them. However, I noticed that when I enable SQL debugging, the queries that are executed in the context of my API controller are not logged. Is this expected behavior? And if s...