C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:migrate -source:webserver60,computername=SERVER01,includeAcls=TRUE -dest:webserver60 -whatif > msdeploy_test.log
I am trying to gage someone elses experience with the migration process. I ran the above command and now I have this large log file: Example
Action: Adding child metaProperty (/LM/W3SVC/AspEnableAspHtmlFallback) Action: Adding child metaProperty (/LM/W3SVC/AspKeepSessionIDSecure) Action: Adding child metaProperty (/LM/W3SVC/AspLCID) Action: Adding child metaProperty (/LM/W3SVC/AspMaxRequestEntityAllowed) Action: Adding child metaProperty (/LM/W3SVC/AspQueueTimeout) Action: Adding child metaProperty (/LM/W3SVC/AspScriptErrorSentToBrowser) Action: Updating metaProperty (/LM/W3SVC/AuthFlags) Action: Adding child metaProperty (/LM/W3SVC/130010) Action: Adding child metaProperty (/LM/W3SVC/130008) Action: Adding child metaProperty (/LM/W3SVC/130004) Action: Adding child metaProperty (/LM/W3SVC/130003) Action: Adding child metaProperty (/LM/W3SVC/CGITimeout) Action: Updating metaProperty (/LM/W3SVC/DirBrowseFlags) Action: Adding child metaProperty (/LM/W3SVC/LogExtFileFlags) Action: Adding child metaProperty (/LM/W3SVC/LogInUTF8) Action: Adding child metaProperty (/LM/W3SVC/6269) Action: Updating metaProperty (/LM/W3SVC/AnonymousUserName) Action: Adding child metaProperty (/LM/W3SVC/AnonymousUserPass)
Should I be getting some kind of error if there is an issue?