Can you replace selected files in an Azure Website without deploying the whole Website?

笑着哭i 提交于 2019-12-25 05:06:59

问题


When I check in my modifications to Visual Studio Online, an automatic deployment of the Azure website is done.

Is there a way to just replace some files in the Azure website, without deploying the whole website?


回答1:


You can login to the site via FTP. Or you can use ServerExplorer in VisualStudio 2013 and modify files there:




回答2:


You can also use the Kudu Debug Console to change files in your site. Go to http:// [yoursite].scm.azurewebsites.net/DebugConsole and log in with your FTP credentials




回答3:


If you have publishing profile for azure loaded in your website then It is possible to select just your aspx pages(for design changes) .Right click aspx page and publish.

In case of code changes,full project must be published as code goes into dll's.



来源:https://stackoverflow.com/questions/24570101/can-you-replace-selected-files-in-an-azure-website-without-deploying-the-whole-w

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