Asp.net web API 2 separation Of Web client and web server development
问题 Our web application is developed by 2 teams. One team works on the client side, with it's own Branch for development, and the other works on the server side, also with it's own development branch. The client and the server are running separately, each one as a website on a different port. The websites are hosted over IIS Express during development, and in production they will run over IIS. Our ideal situation is that each team can develop completely separately and whenever a develop session