I have a visual studio solution with the folowing projects:
-Provided hosted app
-Asp.net MVC
-Asp.net Web api
Is it possible to use CSOM within Web api project? So I can consume the web api form the MVC project. I've done some research and I can not find any example. I just found a way to make CSOM work on an API within MVC project, but not in a different project. Both projects are located on Azure