asp.net - Change deploy location for solution published using web deploy -


for long time have been performing dated deploys our iis servers, means each deploy gets own dated folder within web site folder (c:\sites\my-site\20140824-1236 example). redirect web app new deployment folder.

this gives quick role capability if things go pear shaped.

the problem looking @ moving deployment on new web deploy techniques, while have been using new techniques within qa , uat while - standard behaviour replace files @ location defined within iis web site.

before go , start looking @ remote powershell re-configure iis before executing web deploy.. know how can achieve using standard web deploy.. maybe msbuild extensions or something?

how using automatic backup capabilities in web deploy v3?

http://www.iis.net/learn/publish/using-web-deploy/web-deploy-automatic-backups


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -