Deploy multiple project solution to azure

ⅰ亾dé卋堺 提交于 2019-12-22 06:56:02

问题


I have solution that consist of several project (frontend - MVC, access layer - codefirst and business layer).

What should I do to deploy these project to single azure web apps ?

Thank you,


回答1:


You can deploy multiple projects in single Azure web app using Application Settings -> virtual applications and directories to set multiple project locations and marking them as application.

Check this blog - This explains the steps http://blogs.msdn.com/b/tomholl/archive/2014/09/22/deploying-multiple-virtual-directories-to-a-single-azure-website.aspx



来源:https://stackoverflow.com/questions/35252306/deploy-multiple-project-solution-to-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!