Hi All,
I am newbie to MsDeploy , so far i have gone through many articles which suggest how to deploy my package under specified app pool using parameter.xml but i am unable to set my app pool , it gets set to default appPool of Site and not the one mentioned in parameter.xml , then i came across the article https://forums.iis.net/t/1179941.aspx . I tried to set this in my wpp.targets file but
<PropertyGroup>
<_Destination_IisServer_IisAppPoolName>Your App Pool Name</_Destination_IisServer_IisAppPoolName>
</PropertyGroup>
even after this my archive.xml does not contain an entry for <MsDeploy.appHostConfig .Let me know how should i proceed.