I created an ASP.NET MVC application. I'm trying to expose functions as a REST API. I know it is probably better using asp. Net WEB API.
My question is can I add web api to my existing mvc application or do I have to completely create new web api project.
Or can both be functional in one project ?