I'm starting to work with the ASP.NET MVC 4 Web API tools and I'd like to version my services using a parameter on the MIME type in the HTTP Accept header in manner similar to what's discussed here: Best practices for API versioning?
I've tried a route constraint, but it feels like I'm going down the wrong road. Has anyone else already solved this problem?