I want to try out WCF web API. My plan is to create an application hosted on IIS that runs by itself (not combined with an MVC 3 application, etc). Maybe I'll give it an address http://192.168.1.2/myapi.
How do I set up my project from the beginning?
Which project template should I choose? WCF service application, ASP.NET empty web application, or what?
Then I guess I should nuget WebApi.All?
Then I should edit web.config?
Then I should put something in global.asax?
What else?