danesparza / OWIN-WebAPI-Service

:white_check_mark: OWIN / WebAPI windows service example. Includes attribute based routing sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Controller 404

danielfoord opened this issue · comments

This isnt working for me, the program isnt location the WebApi Controller...

JSON from PostMan...
{
Message: "No HTTP resource was found that matches the request URI 'http://localhost:9000/api/testing/getall'."
MessageDetail: "No type was found that matches the controller named 'testing'."
}

@danielfoord I see you closed this. Did you get it working?

Yea thanks, was being a noob, thanks for the response :), works perfectly

@danielfoord Awesome! Thanks for the follow up