unable to call endpoint - error 404 #5495
Unanswered
teafmartins
asked this question in
Help
Replies: 1 comment 5 replies
-
you forget module name in your url |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm tryng to call endpoint directly in browser
http://localhost/myproject/Services/Company/List
and get error 404:
[HttpException]: No matching action was found on controller 'myproject.Endpoints.CompanyController'. This can happen when a controller uses RouteAttribute for routing, but no action on that controller matches the request.
em System.Web.Mvc.Controller.HandleUnknownAction(String actionName)
Northwind customer list works fine!
http://localhost/myproject/Services/Northwind/Customer/List
Any help? Thanks
Beta Was this translation helpful? Give feedback.
All reactions