build - Using WebDeploy for ASP.NET website -


i contemplating idea of using webdeploy deploying asp.net websites. going through various articles of deploying asp.net web application , not website.

when right-click on web application project, lot of options configure through webdeploy same not in case of website.

i sure webdeploy can used deploy websites confused start. have use webdeploy command line api's through msbuild? it? can please let me know standard procedure?

thanks,

i wrote second article packaging websites using webdeploy.

http://www.dotnetcatch.com/2016/12/15/package-asp-net-website-not-app-in-a-ci-build/

the quick summary can use msdeploy.exe package website within custom cs.proj file , integrate ci process.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -