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.
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:
- add manage iis task creates website
- 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
Post a Comment