I have API controllers in an add-on project separate from the console project where Owin is hosted.
Requests to the controller work, but how is this done?
How does my console project know the project, where are my controllers?
List all added links and check types inheriting from ApiController?
source
share