This is my first attempt at using the asp.net web api.
I've tried running it in debug mode but I'm not sure what to browse to. Can I just drop a url in my browser or do I have to create a special http get request with fancy headers or something? I just want to see that my web api controller is returning a list of stuff when I browse to it.
Any help/guidance is appreciated.
Note: I'm not using MVC, it's just an empty web application with a web api controller class added to it.