I have an MVC4 app, but I\'m primarily using it for the WebAPI parts. I want to have a \"plain old HTML\" file sent back to the user (which will then use KnockoutJS or KendoUI t
Add the following to your routing config:
routes.IgnoreRoute("");