Hi
I used following ms deploy commands to change my application name and physical path for migrated application on server where IIS 7.0 is installed, but nothing is updated.
Please find the command and output of the command and kindly correct me, where I am going wrong.
msdeploy -verb:migrate -source:metaKey=lm\w3svc\1\root\MyApplication -dest:auto,computerName=Servername -setParam:type=DestinationVirtualDirectory,value=D:\DeptName-MyApplication,scope="Defaul
t Web Site/MyApplication" -setParam:type=ProviderPath,value= DeptName-MyApplication,
scope="Default Web Site/MyApplication" -enableLink:AppPoolExtension
Action: Updating metaProperty (/lm/w3svc/1/root/MyApplication/UNCPassword)
Action: Updating metaProperty (/lm/w3svc/1/root/MyApplication/UNCPassword)
Action: Updating filePath (D:\DeptName\MyApplication\AppMessages.xml)
Action: Updating filePath (D:\DeptName\MyApplication\MyApplication.asmx)
Action: Updating filePath (D:\DeptName\MyApplication\MyApplication.wsdl)
Action: Updating filePath (D:\DeptName\MyApplication\bin\Some.dll)
Action: Updating filePath (D:\DeptName\MyApplication\bin\MyApplication.dll)
Action: Updating filePath (D:\DeptName\MyApplication\bin\MyApplication.pdb)
Action: Updating filePath (D:\DeptName\MyApplication\Global.asax)
Action: Updating filePath (D:\DeptName\MyApplication\web.config)
Action: Updating metaProperty (/lm/w3svc/1/root/MyApplication/UNCPassword)
Change count: 11
Nothing is updated on server where IIS 7.0 is installed when I migrate Myapplication from server where IIS 6.0 is installed.
Thanks