MSBuild web deploy to IIS express -
is possible publish website using msbuild iis express? need specify user credentionals login , password cant find how can setup user business relationship on iis.
in whole how can veryfie localhost:8172/msdeploy.axd service working (if can used express version)? thanks.
p.s
i using teamcity msbuild publish , here command line params msbuild:
/p:configuration=%environment-name% /p:deployonbuild=true /p:deploytarget=msdeploypublish /p:msdeployserviceurl=https://%destination-server%:8172/msdeploy.axd /p:allowuntrustedcertificate=true /p:msdeploypublishmethod=wmsvc /p:createpackageonpublish=true /p:username=%destination-server-user% /p:password=%destination-server-password% /p:deployiisapppath=”default web site/myapp-%environment-name%”
iis msbuild teamcity iis-express webdeploy
No comments:
Post a Comment