I am trying to replace a WCF based service with an Web Api 2 service.
In WCF my URLs look like this: http://localhost/ProductName/Json/{Controller}/{Action}
In