Service Stack on MVC4
I am just trying to get Service Stack running under a mvc4 project. Does the ServiceStack.Host.Mvc nuget package work with mvc 4.0 ? I installed it and added the routes.IgnoreRoute("api/{*pathInfo}"); to the routing config but it does not find the route when I go to /api/metadata and I get the error: No HTTP resource was found that matches the request URI ' http://localhost:51681/api/metadata '. Found the solution. Whenever we are creating new asp.net mvc4 project it comes with Asp.Net Web Api. And that also having path api/. I don't you need both together, so just removed that modules using