I want to create 4 asp.net web api2 projects under one solution and lets say projects are named P1(UI) P2(UI) P3(UI) P4(Service)
these projects will be deployed to different active directories and I want that all UI projects should use service from P4 and projects from P1-P3 will have only cshtml files.
Please suggest how this can be done i am using VS2015 community edition update 3