devops - Multiple applications in one IIS website with MS Release Management -


i using iis web app deployment using winrm extension ms release management vnext template (tfs 2015 update 2). can deploy simple website think permissions , must set-up properly.

my issue have multiple web applications hosted in single website , deploy automatically.

add application website

the winrm - iis web app management task not seem have option doing this. how can it?

i have tried adding / website name gives me exception:

  • exception calling "setright" "2" argument(s): "could not obtain user information.".

i found issue on github.com/microsoft/vsts-rm-extensions says should following:

  1. add manage iis task creates website
  2. add deploy iis task deploys website\app , set override parameters name="iis web application name", value="$(webappname)" webappname=website\app.

it lot better if deploy task had option add website application or something.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -