I am new to ASP.Net MVC and ASP.Net web api.
I have worked on Web services and cosuming them.
But I am not sure how to host ASP.Net web api and consume the same from another ASP.Net MVC application. I found some samples where people are using the api from the same project. In real world I really doubt the usage would be limited to one project.
Can some body please post some examples or links which can explain the same?