Note, I\'ve read about the new routing features as part of WebApi 2.2 to allow for inheritance of routes. This does not seem to solve my particular issue, however. It seems
Maybe it is late, but I think this base controller attribute will make it work:
[Route("account/[Controller]")]