I am having some issues with routing where the web.config is setup to redirect as needed but I am thinking maybe the Web API is taking control of routing.
So I am wondering what the order is for routing in a Web API app. If I set everything to redirect to index.html on the web.config does the Web API overwrite that? Which one happens first and which one last? Does one overwrite the other?