2
Guys I have 3 projects in the same Solution: Knockdocweb, Kanodockmodels and Knodockapi as shown in the image below:
When I compile the project it starts Kanodockweb, but I want to Access a Controller that is in Kanodocapi by Kanodockweb.
I want to access a controller called User Controller and the Login method;
I want to know, in the URL how I access that controller?
I’ve already tried:
localhost:18459/UsuarioApi/Login
localhost:18459/api/UsuarioApi/Login
localhost:18459 /KnockDocApi/UsuarioApi/Login
None I have succeeded.
One more thing:
When I give a brakpoint on any Knockdocapi controller I have the following message: The breakpoint will not Currently be hit. No Symbols have been Loaded for this Document.
Just noting that Kanodockapi is a Web Api type project
Please, somebody help me???
Thank you in advance.
A project makes
using
from the other? How are you doing with Service Locator?– Leonel Sanches da Silva