Deploy multiple design solutions for azure

I have a solution consisting of several projects (frontend - MVC, access level - codefirst and business level).

What do I need to do to deploy this project in one azure web application?

Thanks,

+4
source share
1 answer

You can deploy multiple projects in one Azure web application using Application Settings → virtual applications and directories to set up multiple project locations and mark them as an application.

enter image description here

- http://blogs.msdn.com/b/tomholl/archive/2014/09/22/deploying-multiple-virtual-directories-to-a-single-azure-website.aspx

+4

Source: https://habr.com/ru/post/1627644/


All Articles