Personal I have 3 projects in the same solution: KnockDocWeb, KanoDockModels and KnodockApi as shown below:
When I compile the project it starts KanoDockWeb, however I want to access a controller that is in KanoDocApi by KanoDockWeb.
I want to access a controller called UserApiController and the Login method;
I want to know, in the URL how do I access that controller?
I've already tried:
localhost:18459/UsuarioApi/Login
localhost:18459/api/UsuarioApi/Login
localhost:18459 /KnockDocApi/UsuarioApi/Login
No one was successful.
One more thing:
When I give a brakpoint to any KnockDocApi controller I get the following message: The breakpoint will not currently be hit. No symbols have been loaded for this document.
Just pointing out that KanoDockApi is a Web Api project
Please, somebody help me ???
Thank you in advance.