Hey everybody,
I'm trying to solve a problem using msdeploy. I want to declare a parameter to change the default web application name. What is the correct syntax?
I have tried this (found on Internet):
-declareParam:name="IIS WebApplication Name",kind="ProviderPath",scope="IisApp", match="^http:",defaultValue="Default Web Site/site1",tags=IisApp -declareParam:name="IIS Web ApplicationName",kind="ProviderPath",scope="setAcl", match="^http:",tags=IisApp"
I don't know exactly which parameters have to be set. Can someone give me an example which works.
Thanks