<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Web Deployment Tool (MS Deploy)</title><link>http://forums.iis.net/1144.aspx</link><description>Questions about using the Microsoft Web Deployment Tool to sync or migrate sites and servers.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>MSdeploy Skip command</title><link>http://forums.iis.net/thread/1925384.aspx</link><pubDate>Thu, 19 Nov 2009 11:02:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925384</guid><dc:creator>LearningIIS7</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1925384.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1925384</wfw:commentRss><description>&lt;p&gt;Is there a way I can specify multiple skip rules. I have developed an asp.net application that will sync sites based on the content path provider. But our environment where we would like to implement this is very complicated and practical scenarios include multiple filter attributes. For example our customer may want to:&lt;/p&gt;
&lt;p&gt;1) Skip the web.config file from syncing from development to production&lt;/p&gt;
&lt;p&gt;2) Skip a specific file that contain connection information specific to development from migration to production&lt;/p&gt;
&lt;p&gt;3) Exclude multiple directories from syncing.&lt;/p&gt;
&lt;p&gt;I would like to know if this&amp;nbsp;can be implemented using msdeploy with the help of the skip command?&lt;/p&gt;
&lt;p&gt;From what I am hearing and reading in the blogs, this appears to be a limitation of msdeploy? IS this true?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Previously, I have posted a number of questions in this forum and have benefitted immensely. I hope to hqve the same result this time also...&lt;/p&gt;
&lt;p&gt;Appreciate all your help....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>comObject32 problem</title><link>http://forums.iis.net/thread/1901753.aspx</link><pubDate>Fri, 24 Apr 2009 13:50:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901753</guid><dc:creator>swjensen</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1901753.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1901753</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m having problems installing a comObject32&amp;nbsp;from a package on a x64 machine.&lt;/p&gt;
&lt;p&gt;For testing purposes I set up the following commands in batfile, creating the package and installing the component locally but through the agent service:&lt;/p&gt;
&lt;p&gt;del c:\temp\package_local_comObject32_MSDeployTest.zip&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regsvr32&amp;nbsp; D:\resources\com\Writer.dll&lt;/p&gt;
&lt;p&gt;msdeploy -verb:sync &lt;br /&gt;-source:comObject32=&amp;quot;Project1.WriteComponent&amp;quot; &lt;br /&gt;-dest:package=c:\temp\package_local_comObject32_MSDeployTest.zip&lt;/p&gt;
&lt;p&gt;regsvr32&amp;nbsp; D:\resources\com\Writer.dll /u&lt;/p&gt;
&lt;p&gt;msdeploy -verb:sync &lt;br /&gt;-source:package=c:\temp\package_local_comObject32_MSDeployTest.zip &lt;br /&gt;-dest:auto,computerName=myLocalMachine&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I get 31 actions&amp;nbsp;adding the reg keys after the first msdeploy command, but after the last command I get an error:&lt;/p&gt;
&lt;p&gt;Error:&amp;nbsp; Registry key &amp;#39;Project1.WriteComponent&amp;#39; is invalid&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;swjensen&lt;/p&gt;</description></item><item><title>CustomManifest with GacAssembly</title><link>http://forums.iis.net/thread/1925389.aspx</link><pubDate>Thu, 19 Nov 2009 12:46:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925389</guid><dc:creator>swjensen</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1925389.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1925389</wfw:commentRss><description>&lt;p&gt;Today I installed the&amp;nbsp;1.0 version of the Web Deployment Tool, and now I am getting errors when I try to&amp;nbsp;sync to&amp;nbsp;a package from a custom manifest file. Same error happens when using -verb:dump.&lt;/p&gt;
&lt;p&gt;Then content of the manifest is this (the example from the&amp;nbsp;website):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;sitemanifest&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;gacAssembly path=&amp;quot;System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/sitemanifest&amp;gt;&lt;/p&gt;
&lt;p&gt;The command line:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;quot;C:\Program Files\IIS\Microsoft Web Deploy\msdeploy&amp;quot; -verb:sync -source:manifest=C:\temp\customManifest.xml -dest:package=c:\temp\package_local_gacAssembly.zip&lt;/p&gt;
&lt;p&gt;And the error:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Error: Object of type &amp;#39;manifest&amp;#39; and path &amp;#39;C:\temp\customManifest.xml&amp;#39; cannot be created.&lt;br /&gt;Error: The library &amp;#39;System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;#39; could not be loaded.&lt;br /&gt;Error: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)&lt;br /&gt;Error count: 1.&lt;/p&gt;
&lt;p&gt;Hope someone can help&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Søren&lt;/p&gt;</description></item><item><title>Use Windows Authentication to sync a website?</title><link>http://forums.iis.net/thread/1925003.aspx</link><pubDate>Tue, 17 Nov 2009 03:09:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925003</guid><dc:creator>k4k4sh1</dc:creator><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1925003.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1925003</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have a package that runs a group of SQL scripts to set up a database for a website (the order is specified in Manifest.xml). As of now, I am providing SQL credentials to run the scripts, but I would like to be able to use Windows Authentication to run them as well. Is this possible using the command-line executable msdeploy.exe, and if so, how might it be done?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Looking for something like the following:&lt;/p&gt;&lt;p&gt;&amp;nbsp;msdeploy.exe -verb:sync -source:package=(package path) -dest:iisApp=(website name) -(some way to use windows authentication for scripts in Manifest.xml) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>deployment problem, arabic letter</title><link>http://forums.iis.net/thread/1923876.aspx</link><pubDate>Mon, 09 Nov 2009 09:41:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923876</guid><dc:creator>osamatu</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923876.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1923876</wfw:commentRss><description>&lt;p&gt;i use deployment tool and&amp;nbsp;i use arabic interface in my prroject, but when i deploy my files the view of arabic letter look like this �������� ??&lt;/p&gt;</description></item><item><title>Real Life Scenario, would WebDeploy Help?</title><link>http://forums.iis.net/thread/1924913.aspx</link><pubDate>Mon, 16 Nov 2009 14:41:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924913</guid><dc:creator>Argon0</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924913.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1924913</wfw:commentRss><description>We have a live web site which has to be live 24x7....

We are currently going through a large rebuild program, and are trying to decide on the best ongoing deployment solution.

We regularly have changes which require the site to &amp;quot;recompile&amp;quot; - leading to up to 10 minutes downtime during an update - this is unacceptable.

So we need a deployment solution which will lead to a maximum of 1 minutes downtime.

So far we think the best way to do this is:
1) set up a 2nd site on the Live IIS
2) Upload all new code to the 2nd site
3) Allow DFS to synchronise all web servers
4) Run recompile on all web servers
5) Test new code/site
6) Manually change IIS to point to the new code rather than the old one.


And repeat for each deployment.

I can see that webdeploy could help in points 2 &amp;amp; 3 (sync rather than dfs), and possibly 6 to switch over. Are there any other ways that WebDeploy could help, and/or any better/other tools.

BTW all running on IIS 6.0


Thanks

Argon0</description></item><item><title>Web Farm sync using MSDeploy - SSL / Ip address binding question</title><link>http://forums.iis.net/thread/1924979.aspx</link><pubDate>Mon, 16 Nov 2009 21:53:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924979</guid><dc:creator>burtikus</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924979.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1924979</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am wondering if I can use MSDeploy in the following scenario.&amp;nbsp; I am working on a web farm (IIS 6) that had their hardware SSL offload module go down.&amp;nbsp; They had been using iiscnfg.vbs to merge the metabase settings from the management server to the production servers, but now with the need to put SSL certificates on the IIS servers locally, that will cause problems.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I am wondering is can MSDeploy be used to sync ALL website configuration info (not content, that&amp;#39;s taken care of already) with the exception of IP address bindings for the sites and SSL certificate information.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts would be greatly appreciated, thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Sync Just ApplicationHost.Config settings?</title><link>http://forums.iis.net/thread/1924533.aspx</link><pubDate>Thu, 12 Nov 2009 22:12:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924533</guid><dc:creator>SQLRocks</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1924533.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1924533</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve got 2 IIS7 Web Servers that are part of a farm with identical configurations.&lt;/p&gt;
&lt;p&gt;On one server the applicationhost.config file was completly wiped out and there is no backup. I&amp;#39;d like to sync the configuration from the &amp;quot;good&amp;quot; server to this goofed up server and was experimenting with using msdeploy.&lt;/p&gt;
&lt;p&gt;My issue is that I don&amp;#39;t want to syncronize the files, I ONLY want the applicationhost.config settings. I can&amp;#39;t seem to figure that out, if even possible.&lt;/p&gt;
&lt;p&gt;I also tried doing an direct xcopy of applicationhost.config to the server however there are a lot of encrypted passwords in there that won&amp;#39;t work on the other server.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;</description></item><item><title>IIS6 Website Migration ON IIS7 using msdeploy</title><link>http://forums.iis.net/thread/1924606.aspx</link><pubDate>Fri, 13 Nov 2009 10:43:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924606</guid><dc:creator>nitgupta</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924606.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1924606</wfw:commentRss><description>&lt;p&gt;Using the msdeploy tool i have exported the configuration of the website hosted on IIS6. Now when I import the log file contaning the website configuraiton on IIS7 , I get the following error message.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;C:\Program Files\IIS\Microsoft Web Deploy&amp;gt;msdeploy -verb:sync -source:archivedir&lt;br /&gt;=c:\webdeploy -dest:metakey=lm/w3svc/4 -verbose &amp;gt; prime.log&lt;br /&gt;Error: Object of type &amp;#39;archiveDir&amp;#39; and path &amp;#39;c:\webdeploy&amp;#39; cannot be created.&lt;br /&gt;Error: The archive directory &amp;#39;c:\webdeploy&amp;#39; could not be loaded.&lt;br /&gt;Error: The XML file &amp;#39;c:\webdeploy\manifest.xml&amp;#39; could not be loaded.&lt;br /&gt;Error: Could not find file &amp;#39;c:\webdeploy\manifest.xml&amp;#39;.&lt;br /&gt;Error count: 1.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Enviromnet&lt;/p&gt;
&lt;p&gt;=============&lt;/p&gt;
&lt;p&gt;IIS6, Windows Serer 2003, SP2, x86&lt;/p&gt;
&lt;p&gt;IIS7,Windows server 2008, x64.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Please let me know if I am missing something here...&lt;/p&gt;</description></item><item><title>Migrate intranet website from iis6/2003 to iis6/2008</title><link>http://forums.iis.net/thread/1923278.aspx</link><pubDate>Tue, 03 Nov 2009 20:20:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923278</guid><dc:creator>driftfly</dc:creator><slash:comments>30</slash:comments><comments>http://forums.iis.net/thread/1923278.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1923278</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I recently purchased a new server running Windows 2008 and IIS 7.&amp;nbsp; I bought this server to replace our aging 2003/IIS6 box.&amp;nbsp; We have a large intranet site that I need to move over to the new box.&amp;nbsp; I am not an IIS expert by any means.&amp;nbsp; Is there a painless or semi-painless approach to doing this?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;</description></item><item><title>Getting non-Adminstrator user to authenticate with MsDeployAgentService</title><link>http://forums.iis.net/thread/1924003.aspx</link><pubDate>Tue, 10 Nov 2009 01:39:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924003</guid><dc:creator>willundin</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924003.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1924003</wfw:commentRss><description>&lt;p&gt;I have a Windows 2008 R2 server with IIS 7 and Web Deployment Tools.&lt;/p&gt;
&lt;p&gt;As the local adminstrator, I am able to authenticate with&amp;nbsp;&amp;nbsp;&lt;a href="http://myserver/MSDEPLOYAGENTSERVICE"&gt;http://MyServer/MSDEPLOYAGENTSERVICE&lt;/a&gt; and&amp;nbsp; deploy a web application using a command like&lt;/p&gt;
&lt;p&gt;msdeploy.exe -source:iisApp=&amp;#39;c:\Temp\DeployTest&amp;#39; -verb:Sync -whatif -dest:iisApp=&amp;#39;Default Web Site\DeployTest&amp;#39;, computerName=MyServer, username=Administrator, password=MyPassw0rd&lt;/p&gt;
&lt;p&gt;I do not want (other people/processes) to use the server administrator account for this purpose.I created a different local windows user (not administrator).&amp;nbsp; I made the user an IIS Manager.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I cannot authenticate at&amp;nbsp; &lt;a href="http://myserver/MSDEPLOYAGENTSERVICE"&gt;http://MyServer/MSDEPLOYAGENTSERVICE&lt;/a&gt;&amp;nbsp; nor can I use the msdeploy string, I get a 401 error, unauthorized, with this new user.&lt;/p&gt;
&lt;p&gt;On a whim,&amp;nbsp;I gave the user full control access to inetpub and sub directories. Still No Dice.&lt;/p&gt;
&lt;p&gt;I believe I hit all the steps in the videos (like &lt;a href="http://learn.iis.net/page.aspx/549/setting-up-delegated-administration-server-and-client-experiences/"&gt;http://learn.iis.net/page.aspx/549/setting-up-delegated-administration-server-and-client-experiences/&lt;/a&gt;&amp;nbsp;) but they used the Adminstrator account for Server access, and I want to use a non-Administrator, if possible.&amp;nbsp;I poked around in IIS Management Service Delegation, but was unclear when these would apply.&lt;/p&gt;
&lt;p&gt;So, any tips on spots to check or tweak?&amp;nbsp;&amp;nbsp; I am sure its mostly an IIS configuration issue,&amp;nbsp;but I mentioned MS Deploy in a prior IIS config question over there and was pointed here.&amp;nbsp; Thanks all.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Correct syntax to sync including SSL from IIS6 to IIS7</title><link>http://forums.iis.net/thread/1923555.aspx</link><pubDate>Thu, 05 Nov 2009 19:24:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923555</guid><dc:creator>Paul Schwartz</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923555.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1923555</wfw:commentRss><description>I&amp;#39;m not clear on the syntax for migrating a site with SSL.  I couldn&amp;#39;t find any samples and am trying to work from: http://learn.iis.net/page.aspx/427/migrate-from-iis-60-to-iis-70/&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
I checked and confirmed dependencies:&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
msdeploy -verb:getDependencies -source:metakey=lm/w3svc/2023696167&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&amp;lt;output&amp;gt;&lt;br /&gt;
  &amp;lt;dependencyInfo&amp;gt;&lt;br /&gt;
    &amp;lt;dependencies&amp;gt;&lt;br /&gt;
      &amp;lt;dependency name=&amp;quot;AnonymousAuthentication&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;dependency name=&amp;quot;WindowsAuthentication&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;dependency name=&amp;quot;BasicAuthentication&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/dependencies&amp;gt;&lt;br /&gt;
    &amp;lt;apppoolsInUse&amp;gt;&lt;br /&gt;
      &amp;lt;apppoolInUse name=&amp;quot;DefaultAppPool&amp;quot; definitionIncluded=&amp;quot;False&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/apppoolsInUse&amp;gt;&lt;br /&gt;
    &amp;lt;isapis&amp;gt;&lt;br /&gt;
      &amp;lt;isapi dll=&amp;quot;C:\WINNT\system32\inetsrv\httpodbc.dll&amp;quot; enabled=&amp;quot;unknown&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/isapis&amp;gt;&lt;br /&gt;
  &amp;lt;/dependencyInfo&amp;gt;&lt;br /&gt;
&amp;lt;/output&amp;gt;&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
When i go to follow Part 3, I get this error:&lt;br /&gt;
msdeploy -verb:sync -source:metakey=lm/w3svc/2023696167 -dest:archivedir=c:\temp&lt;br /&gt;
Info: Adding archiveDir (archiveDir).&lt;br /&gt;
Info: Adding child metaKey (/lm/w3svc/2023696167).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/SecureBindings).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/ServerComment).&lt;br /&gt;
Info: Adding child rootWebConfig32 (site.domain.com).&lt;br /&gt;
Info: Adding child machineConfig32 (site.domain.com).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/AllowKeepAlive).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/AuthFlags).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/LogFileLocaltimeRollover).&lt;br /&gt;
&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/LogFilePeriod).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/LogFileTruncateSize).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/ServerAutoStart).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/ServerState).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/Win32Error).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/KeyType).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/LogPluginClsid).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/SSLStoreName).&lt;br /&gt;
Info: Adding child metaProperty (/lm/w3svc/2023696167/SSLCertHash).&lt;br /&gt;
Info: Adding child cert (MY\cccccccccccccc8D507878900CF4E5).&lt;br /&gt;

Error: The property &amp;#39;blob&amp;#39; located at &amp;#39;/metaKey[@path=&amp;#39;/lm/w3svc/2023696167&amp;#39;]/metaProperty[@name=&amp;#39;SSLCertHash&amp;#39;]/cert&amp;#39; is marked as secure. You must specify an encryption password to archive this property.&lt;br /&gt;
Error count: 1.&lt;br /&gt;
&lt;br /&gt;
I got my hash, replaced the space with a 0 as I read here: http://blogs.technet.com/uday/archive/2009/01/21/how-to-migrate-ssl-certificate-using-msdeploy.aspx&lt;br /&gt;
&lt;br /&gt;
httpcfg query ssl&lt;br /&gt;
IP                      : 110.10.10.10:443&lt;br /&gt;
Hash                    : xxxxxxxxxxxxxxxxxxxx8ad28d507xxxxx cf4e5&lt;br /&gt;
Guid                    : {xxxxxxxx-e14b-4a21-b022-59fc669b0914}&lt;br /&gt;
CertStoreName           : MY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I&amp;#39;ve tried a few combinations of syntax, done some searching and haven&amp;#39;t found it yet.&lt;br /&gt;
&lt;br /&gt;
msdeploy -verb:sync -source:metakey=lm/w3svc/2023696167 -dest:archivedir=c:\temp cert=MY\ xxxxxxxxxxxxxxxxxxxx8ad28d507xxxxx0cf4e5 -dest:archiveddir=c:\temp encryptpassword=xxxxx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>problem getting dependencies using msdeploy</title><link>http://forums.iis.net/thread/1923292.aspx</link><pubDate>Tue, 03 Nov 2009 22:46:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923292</guid><dc:creator>djidji18</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923292.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1923292</wfw:commentRss><description>&lt;p&gt;i&amp;#39;m new to the web deployment tool  tool so let me first clarify if i can use it in the environment i&amp;#39;m in. i have 7 servers with IIS 6 running on server 2003 - mix of 32 and 64 bit. can i use web deployment tool  to sync sites on these 7 servers? every reference to web deployment tool on technet is under server 2008 so i first would like to confirm that i can use it on server 2003 with IIS 6. &lt;/p&gt;&lt;p&gt;&amp;nbsp;if i can use this tool then my second question is related to using the tool. when i try and execute this:&lt;/p&gt;&lt;p&gt;C:\Program Files\IIS\Microsoft Web Deploy&amp;gt;msdeploy -verb:getDependencies,alltrigger -source:metakey=lm/w3svc/1&lt;/p&gt;&lt;p&gt;i get:&lt;/p&gt;&lt;p&gt;Error: Object of type &amp;#39;metaKey&amp;#39; and path &amp;#39;lm/w3svc/1&amp;#39; cannot be created.&lt;br /&gt;Error: The metabase key &amp;#39;/lm/w3svc/1&amp;#39; could not be found.&lt;br /&gt;Error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))&lt;br /&gt;Error count: 1.&lt;/p&gt;&lt;p&gt;the server i executed this on is a part of the domain and i&amp;#39;m logged in with&amp;nbsp; domain admin account. also, i have verified that the web deployment agent service is started&lt;/p&gt;&lt;p&gt;any help, suggestions, recommendations, etc. is welcomed.&lt;/p&gt;&lt;p&gt;thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>msdeploy, skip files</title><link>http://forums.iis.net/thread/1863503.aspx</link><pubDate>Tue, 12 Feb 2008 14:10:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1863503</guid><dc:creator>joeiis</dc:creator><slash:comments>12</slash:comments><comments>http://forums.iis.net/thread/1863503.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1863503</wfw:commentRss><description>&lt;p&gt;How do&amp;nbsp;tell&amp;nbsp;msdeploy to skip certain files (web.config for example) during a sync?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Joe&lt;/p&gt;</description></item><item><title>Can't Deploy a Magento based site</title><link>http://forums.iis.net/thread/1920290.aspx</link><pubDate>Sat, 10 Oct 2009 18:12:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920290</guid><dc:creator>Antoine.Mediana</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1920290.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1920290</wfw:commentRss><description>&lt;p&gt;&amp;nbsp; Hello,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I try to use the Deployment tool on a Magento fresh install, but I can&amp;#39;t manage to make it import correctly : it raises an SQL error.&lt;br /&gt;I have read and correctly put into practice the walkthrough : http://learn.iis.net/page.aspx/37/deploying-web-sites-on-iis-70/&lt;/p&gt;&lt;p&gt;Can you help me ?! &lt;/p&gt;&lt;p&gt;Here is the part of the SQL Dump generating the error :&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;--&lt;br /&gt;-- Dumping data for table `adminnotification_inbox`&lt;br /&gt;--&lt;br /&gt;&lt;br /&gt;LOCK TABLES `adminnotification_inbox` WRITE;&lt;br /&gt;/*!40000 ALTER TABLE `adminnotification_inbox` DISABLE KEYS */;&lt;br /&gt;INSERT INTO `adminnotification_inbox` VALUES (1,4,&amp;#39;2008-07-25 01:24:40&amp;#39;,&amp;#39;Magento 1.1 Production Version Now Available&amp;#39;,&amp;#39;We are thrilled to announce the availability of the production release of Magento 1.1. Read more about the release in the Magento Blog.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-11-is-here-1/&amp;#39;,1,0),(2,4,&amp;#39;2008-08-02 01:30:16&amp;#39;,&amp;#39;Updated iPhone Theme is now available&amp;#39;,&amp;#39;Updated iPhone theme for Magento 1.1 is now available on Magento Connect and for upgrade through your Magento Connect Manager.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/updated-iphone-theme-for-magento-11-is-now-available/&amp;#39;,1,0),(3,3,&amp;#39;2008-08-02 01:40:27&amp;#39;,&amp;#39;Magento version 1.1.2 is now available&amp;#39;,&amp;#39;Magento version 1.1.2 is now available for download and upgrade.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-112-is-now-available/&amp;#39;,1,0),(4,3,&amp;#39;2008-08-13 17:51:46&amp;#39;,&amp;#39;Magento version 1.1.3 is now available&amp;#39;,&amp;#39;Magento version 1.1.3 is now available&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-113-is-now-available/&amp;#39;,1,0),(5,1,&amp;#39;2008-09-02 21:10:31&amp;#39;,&amp;#39;Magento Version 1.1.4 Security Update Now Available&amp;#39;,&amp;#39;Magento 1.1.4 Security Update Now Available. If you are using Magento version 1.1.x, we highly recommend upgrading to this version as soon as possible.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-114-security-update/&amp;#39;,1,0),(6,3,&amp;#39;2008-09-15 22:09:54&amp;#39;,&amp;#39;Magento version 1.1.5 Now Available&amp;#39;,&amp;#39;Magento version 1.1.5 Now Available.\n\nThis release includes many bug fixes, a new category manager and a new skin for the default Magento theme.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-115-now-available/&amp;#39;,1,0),(7,3,&amp;#39;2008-09-17 20:18:35&amp;#39;,&amp;#39;Magento version 1.1.6 Now Available&amp;#39;,&amp;#39;Magento version 1.1.6 Now Available.\n\nThis version includes bug fixes for Magento 1.1.x that are listed in the release notes section.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-116-now-available/&amp;#39;,1,0),(8,4,&amp;#39;2008-11-07 23:46:42&amp;#39;,&amp;#39;Reminder: Change Magento`s default phone numbers and callouts before site launch&amp;#39;,&amp;#39;Before launching your Magento store, please remember to change Magento`s default phone numbers that appear in email templates, callouts, templates, etc.&amp;#39;,&amp;#39;&amp;#39;,1,0),(9,3,&amp;#39;2008-11-20 01:31:12&amp;#39;,&amp;#39;Magento version 1.1.7 Now Available&amp;#39;,&amp;#39;Magento version 1.1.7 Now Available.\n\nThis version includes over 350 issue resolutions for Magento 1.1.x that are listed in the release notes section, and new functionality that includes:\n\n-Google Website Optimizer integration\n-Google Base integration\n-Scheduled DB logs cleaning option&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-117-now-available/&amp;#39;,1,0),(10,3,&amp;#39;2008-11-26 21:24:50&amp;#39;,&amp;#39;Magento Version 1.1.8 Now Available&amp;#39;,&amp;#39;Magento version 1.1.8 now available.\n\nThis version includes some issue resolutions for Magento 1.1.x that are listed in the release notes section.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-118-now-available/&amp;#39;,1,0),(11,3,&amp;#39;2008-12-30 07:45:59&amp;#39;,&amp;#39;Magento version 1.2.0 is now available for download and upgrade&amp;#39;,&amp;#39;We are extremely happy to announce the availability of Magento version 1.2.0 for download and upgrade.\n\nThis version includes numerous issue resolutions for Magento version 1.1.x and some highly requested new features such as:\n\n&amp;nbsp;&amp;nbsp;&amp;nbsp; * Support for Downloadable/Digital Products. \n&amp;nbsp;&amp;nbsp;&amp;nbsp; * Added Layered Navigation to site search result page.\n&amp;nbsp;&amp;nbsp;&amp;nbsp; * Improved site search to utilize MySQL fulltext search\n&amp;nbsp;&amp;nbsp;&amp;nbsp; * Added support for fixed-taxes on product level.\n&amp;nbsp;&amp;nbsp;&amp;nbsp; * Upgraded Zend Framework to the latest stable version 1.7.2&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-120-is-now-available/&amp;#39;,1,0),(12,2,&amp;#39;2008-12-30 21:59:22&amp;#39;,&amp;#39;Magento version 1.2.0.1 now available&amp;#39;,&amp;#39;Magento version 1.2.0.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1201-available/&amp;#39;,1,0),(13,2,&amp;#39;2009-01-12 20:41:49&amp;#39;,&amp;#39;Magento version 1.2.0.2 now available&amp;#39;,&amp;#39;Magento version 1.2.0.2 is now available for download and upgrade. This version includes an issue resolutions for Magento version 1.2.0.x as listed in the release notes.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1202-now-available/&amp;#39;,1,0),(14,3,&amp;#39;2009-01-24 00:25:56&amp;#39;,&amp;#39;Magento version 1.2.0.3 now available&amp;#39;,&amp;#39;Magento version 1.2.0.3 is now available for download and upgrade. This version includes issue resolutions for Magento version 1.2.0.x as listed in the release notes.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1203-now-available/&amp;#39;,1,0),(15,3,&amp;#39;2009-02-02 21:57:00&amp;#39;,&amp;#39;Magento version 1.2.1 is now available for download and upgrade&amp;#39;,&amp;#39;We are happy to announce the availability of Magento version 1.2.1 for download and upgrade.\n\nThis version includes some issue resolutions for Magento version 1.2.x. A full list of items included in this release can be found on the release notes page.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-121-now-available/&amp;#39;,1,0),(16,3,&amp;#39;2009-02-24 00:45:47&amp;#39;,&amp;#39;Magento version 1.2.1.1 now available&amp;#39;,&amp;#39;Magento version 1.2.1.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1211-now-available/&amp;#39;,1,0),(17,3,&amp;#39;2009-02-27 01:39:24&amp;#39;,&amp;#39;CSRF Attack Prevention&amp;#39;,&amp;#39;We have just posted a blog entry about a hypothetical CSRF attack on a Magento admin panel. Please read the post to find out if your Magento installation is at risk at http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/&amp;#39;,1,0),(18,2,&amp;#39;2009-03-03 23:03:58&amp;#39;,&amp;#39;Magento version 1.2.1.2 now available&amp;#39;,&amp;#39;Magento version 1.2.1.2 is now available for download and upgrade.\nThis version includes some updates to improve admin security as described in the release notes page.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1212-now-available/&amp;#39;,1,0),(19,3,&amp;#39;2009-03-31 02:22:40&amp;#39;,&amp;#39;Magento version 1.3.0 now available&amp;#39;,&amp;#39;Magento version 1.3.0 is now available for download and upgrade. This version includes numerous issue resolutions for Magento version 1.2.x and new features as described on the release notes page.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-130-is-now-available/&amp;#39;,1,0),(20,3,&amp;#39;2009-04-18 04:06:02&amp;#39;,&amp;#39;Magento version 1.3.1 now available&amp;#39;,&amp;#39;Magento version 1.3.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and new features such as Checkout By Amazon and Amazon Flexible Payment. To see a full list of updates please check the release notes page.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-131-now-available/&amp;#39;,1,0),(21,3,&amp;#39;2009-05-19 22:31:21&amp;#39;,&amp;#39;Magento version 1.3.1.1 now available&amp;#39;,&amp;#39;Magento version 1.3.1.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and a security update for Magento installations that run on multiple domains or sub-domains. If you are running Magento with multiple domains or sub-domains we highly recommend upgrading to this version.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1311-now-available/&amp;#39;,1,0),(22,3,&amp;#39;2009-05-29 22:54:06&amp;#39;,&amp;#39;Magento version 1.3.2 now available&amp;#39;,&amp;#39;This version includes some improvements and issue resolutions for version 1.3.x that are listed on the release notes page. also included is a Beta version of the Compile module.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-132-now-available/&amp;#39;,1,0),(23,3,&amp;#39;2009-06-01 19:32:52&amp;#39;,&amp;#39;Magento version 1.3.2.1 now available&amp;#39;,&amp;#39;Magento version 1.3.2.1 now available for download and upgrade.\n\nThis release solves an issue for users running Magento with PHP 5.2.0, and changes to index.php to support the new Compiler Module.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1321-now-available/&amp;#39;,1,0),(24,3,&amp;#39;2009-07-02 01:21:44&amp;#39;,&amp;#39;Magento version 1.3.2.2 now available&amp;#39;,&amp;#39;Magento version 1.3.2.2 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1322-now-available/&amp;#39;,1,0),(25,3,&amp;#39;2009-07-23 06:48:54&amp;#39;,&amp;#39;Magento version 1.3.2.3 now available&amp;#39;,&amp;#39;Magento version 1.3.2.3 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. We recommend to upgrade to this version if PayPal payment modules are in use. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1323-now-available/&amp;#39;,1,0),(26,4,&amp;#39;2009-08-28 18:26:28&amp;#39;,&amp;#39;PayPal is updating Payflow Pro and Website Payments Pro (Payflow Edition) UK.&amp;#39;,&amp;#39;If you are using Payflow Pro and/or Website Payments Pro (Payflow Edition) UK.&amp;nbsp; payment methods, you will need to update the URL‘s in your Magento Administrator Panel in order to process transactions after September 1, 2009. Full details are available here: http://www.magentocommerce.com/wiki/paypal_payflow_changes&amp;#39;,&amp;#39;http://www.magentocommerce.com/wiki/paypal_payflow_changes&amp;#39;,1,0),(27,2,&amp;#39;2009-09-23 20:16:49&amp;#39;,&amp;#39;Magento Version 1.3.2.4 Security Update&amp;#39;,&amp;#39;Magento Version 1.3.2.4 is now available. This version includes a security updates for Magento 1.3.x that solves possible XSS vulnerability issue on customer registration page and is available through SVN, Download Page and through the Magento Connect Manager.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-version-1324-security-update/&amp;#39;,1,0),(28,4,&amp;#39;2009-09-25 14:57:54&amp;#39;,&amp;#39;Magento Preview Version 1.4.0.0-alpha2 is now available&amp;#39;,&amp;#39;We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha2-now-available/&amp;#39;,1,0),(29,4,&amp;#39;2009-10-07 00:55:40&amp;#39;,&amp;#39;Magento Preview Version 1.4.0.0-alpha3 is now available&amp;#39;,&amp;#39;We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha3 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.&amp;#39;,&amp;#39;http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha3-now-available/&amp;#39;,1,0);&lt;br /&gt;/*!40000 ALTER TABLE `adminnotification_inbox` ENABLE KEYS */;&lt;br /&gt;UNLOCK TABLES;&lt;br /&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;----------- &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Antoine&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Comparing WDT vs MSI vs SCCM</title><link>http://forums.iis.net/thread/1922763.aspx</link><pubDate>Fri, 30 Oct 2009 09:44:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922763</guid><dc:creator>rodrigob</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1922763.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1922763</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I would like to get your comments about how to set Web Deployment Tool in the right place, compared to using MSI files created with Visual Studio (Web Setup Projects, in concret) to deploy sites/ASPX apps, or using a robust product such as SCCM to deploy software.&lt;/p&gt;
&lt;p&gt;My objective is to know what&amp;#39;s the right&amp;nbsp;tool to use for each particular scenario.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Rodrigo&lt;/p&gt;</description></item><item><title>msdeploy cannot find drive on destination server.</title><link>http://forums.iis.net/thread/1923356.aspx</link><pubDate>Wed, 04 Nov 2009 13:50:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923356</guid><dc:creator>sakellariadis</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923356.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1923356</wfw:commentRss><description>&lt;p&gt;Trying to push sync content from my source IIS7 box (&lt;a&gt;\\samos&lt;/a&gt;) to my destination IIS7 box (&lt;a&gt;\\kimi&lt;/a&gt;). Getting an error that the drive cannot be found on the destination.&lt;/p&gt;&amp;nbsp;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3" face="Calibri"&gt;I installed manager on my source box (&lt;/font&gt;&lt;a&gt;&lt;font color="#0000ff" size="3" face="Calibri"&gt;\\samos&lt;/font&gt;&lt;/a&gt;&lt;font size="3" face="Calibri"&gt;), and the agent on the destination (&lt;/font&gt;&lt;a&gt;&lt;font color="#0000ff" size="3" face="Calibri"&gt;\\kimi&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;). Started the agent. On the source I ran :&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3" face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;msdeploy -verb:sync -source:apphostconfig=&amp;quot;&lt;b&gt;Default Web Site&lt;/b&gt;&amp;quot; -dest:apphostconfig=&amp;quot;&lt;b&gt;Default Web Site&lt;/b&gt;&amp;quot;,computername=&lt;b&gt;Kimi&lt;/b&gt; –verbose -whatif &amp;gt; msdeploysync.log&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3" face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;This generated an error:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3" face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Error: (11/4/2009 5:32:21 AM) An error occurred when the request was processed on the remote computer. &lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Error: Could not find the drive &amp;#39;I:\&amp;#39;. The drive might not be ready or might not &amp;nbsp;be mapped.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Error count: 1.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p style="MARGIN:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;COLOR:#1f497d;FONT-SIZE:11pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;COLOR:#1f497d;FONT-SIZE:11pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;The source computer indeed has the website installed on drive I:, whereas the destination only has a drive C:. I can’t believe that the tool requires the same physical configuration on all destinations, as this would be pretty rare in production web farms, so I must be doing something wrong. Can you suggest what? &lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to omit ServerBindings?</title><link>http://forums.iis.net/thread/1902691.aspx</link><pubDate>Mon, 04 May 2009 18:25:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902691</guid><dc:creator>vlozupone1</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1902691.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1902691</wfw:commentRss><description>&lt;p&gt;Is there a way of omiting ServerBindings with or without using a Manifest while&amp;nbsp;using&lt;/p&gt;
&lt;p&gt;msdeploy -verb:sync -source:webserver60 -dest:webserver60,computername=Server1&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;vl&lt;/p&gt;</description></item><item><title>MSDeploy API with asp.net 2.0</title><link>http://forums.iis.net/thread/1922162.aspx</link><pubDate>Mon, 26 Oct 2009 14:27:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922162</guid><dc:creator>LearningIIS7</dc:creator><slash:comments>9</slash:comments><comments>http://forums.iis.net/thread/1922162.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1922162</wfw:commentRss><description>&lt;p&gt;I am using Microsoft web deployment tool apis (microsoft.web.deployment.dll) in my application in order to sync two servers. However, I am not finding any support for logging ability (msdeploy automatically logs the changes done in a log file when run from the command prompt)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it not possible to have msdeploy also log the changes when I am using it from within a asp.net 2.0 application?&lt;/p&gt;</description></item><item><title>Problems getting msdeploy to work</title><link>http://forums.iis.net/thread/1922407.aspx</link><pubDate>Wed, 28 Oct 2009 00:05:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922407</guid><dc:creator>OnlyAProgrammer</dc:creator><slash:comments>12</slash:comments><comments>http://forums.iis.net/thread/1922407.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1922407</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I spent the past few hours trying to make this work but I failed miserably. And&amp;nbsp;I don&amp;#39;t find enough info on the net for this yet!&lt;/p&gt;
&lt;p&gt;I am trying to deploy a web application from VS 2010 to IIS 6.0 on my server. VS 2010 only let&amp;#39;s you use publish on an https address. &lt;/p&gt;
&lt;p&gt;So I installed msdeploy on &lt;a href="https://+:8083/msdeploy2/"&gt;https://+:8083/msdeploy2/&lt;/a&gt; however I get the message in VS&amp;nbsp;that it is not reachable. (I did check the firewall)&lt;/p&gt;
&lt;p&gt;I tried using the main IP of my server and a few others including the one of my VPN with my server but to no avail.&lt;/p&gt;
&lt;p&gt;Doing the command &amp;quot;httpcfg query urlacl&amp;quot; on my server&amp;nbsp;I can see that is running.&lt;/p&gt;
&lt;p&gt;What can I do to make this work? Can anyone provide a quick&amp;nbsp;step by step to make msdeploy work with IIS 6 and vs 2010?&lt;/p&gt;
&lt;p&gt;What does the &amp;quot;+&amp;quot; stands for? When I tried to substitute it with a defined IP the service wouldn&amp;#39;t start..&lt;/p&gt;
&lt;p&gt;please help!&lt;/p&gt;</description></item><item><title>iiscnfg.vbs in IIS7</title><link>http://forums.iis.net/thread/1922655.aspx</link><pubDate>Thu, 29 Oct 2009 13:55:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922655</guid><dc:creator>bkettes</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922655.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1922655</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I m looking for a command equivalent at iiscnfg.vbs under IIS6. i have read that i must used msdeploy but i don t know this command. I believe that command it s to migrate IIS6 to IIS7.&lt;/p&gt;&lt;p&gt;I would like just a command to import the settings of my file xml in IIS7 &lt;br /&gt;&lt;/p&gt;&lt;p&gt;My old command: iiscnfg.vbs /import /f file.xml /sp / /dp / /children /merge &lt;/p&gt;&lt;p&gt;Someone know, the way to do the same thing ?&lt;/p&gt;&lt;p&gt;Thx&lt;/p&gt;&lt;p&gt;My file.xml: &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;?xml version =&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration xmlns=&amp;quot;urn:microsoft-catalog:XML_Metabase_V54_0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;MBProperty&amp;gt;&lt;br /&gt;&amp;lt;IIS_Global&amp;nbsp;&amp;nbsp;&amp;nbsp; Location =&amp;quot;.&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; SessionKey=&amp;quot;496353...47f22&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;br /&gt;&amp;lt;/IIS_Global&amp;gt;&lt;br /&gt;&amp;lt;IIS_ROOT&amp;nbsp;&amp;nbsp;&amp;nbsp; Location =&amp;quot;/&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; AdminACL=&amp;quot;49634...f956c3eb11a01b&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;br /&gt;&amp;lt;/IIS_ROOT&amp;gt;&lt;br /&gt;&amp;lt;IIsComputer&amp;nbsp;&amp;nbsp;&amp;nbsp; Location =&amp;quot;/LM&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; EnableEditWhileRunning=&amp;quot;0&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; EnableHistory=&amp;quot;1&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; MaxBandwidth=&amp;quot;4294967295&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; MaxHistoryFiles=&amp;quot;10&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;br /&gt;&amp;lt;/IIsComputer&amp;gt;&lt;br /&gt;&amp;lt;IIsConfigObject&amp;nbsp;&amp;nbsp;&amp;nbsp; Location =&amp;quot;/LM/IISADMIN&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;br /&gt;&amp;lt;/IIsConfigObject&amp;gt;&lt;br /&gt;&amp;lt;IIsConfigObject&amp;nbsp;&amp;nbsp;&amp;nbsp; Location =&amp;quot;/LM/IISADMIN/EXTENSIONS&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;br /&gt;&amp;lt;/IIsConfigObject&amp;gt;&lt;br /&gt;&amp;lt;IIsConfigObject&amp;nbsp;&amp;nbsp;&amp;nbsp; Location =&amp;quot;/LM/IISADMIN/EXTENSIONS/DCOMCLSIDS&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Custom&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Name=&amp;quot;MD_IISADMIN_EXTENSIONS&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ID=&amp;quot;1028&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Value=&amp;quot;{61738644-F196-11D0-9953-00C04FD919C1}&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Type=&amp;quot;MULTISZ&amp;quot; &lt;/p&gt;&lt;p&gt;.....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Migrating entire server?</title><link>http://forums.iis.net/thread/1922097.aspx</link><pubDate>Sun, 25 Oct 2009 20:50:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922097</guid><dc:creator>cwbunting</dc:creator><slash:comments>10</slash:comments><comments>http://forums.iis.net/thread/1922097.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1922097</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am looking to migrate my entire IIS 6 server to a new IIS 7 server. What is the commandline to migrate all sites at once, to say a folder on the C drive, and then run the command on the IIS7 server to read the folder?&lt;/p&gt;&lt;p&gt;I don&amp;#39;t have LAN connectivity between the servers, as they are at seperate sites over a wan. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>deployment in a web farm configuration </title><link>http://forums.iis.net/thread/1921814.aspx</link><pubDate>Thu, 22 Oct 2009 23:28:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921814</guid><dc:creator>judywang</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1921814.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1921814</wfw:commentRss><description>&lt;p&gt;Hi, we just set up a web farm for our application (3 Virtual Machines), however, for each deployment, we have to publish it 3 times (to each individual VM), it&amp;#39;s not the right way, can you tell me how to just deploy it once and this deployment can apply to the other 2 VMs?&amp;nbsp; thanks.&lt;/p&gt;</description></item><item><title>Modify with Packaging Wizard</title><link>http://forums.iis.net/thread/1922012.aspx</link><pubDate>Sat, 24 Oct 2009 13:50:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922012</guid><dc:creator>wisecarver</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1922012.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1922012</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Salutations,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using the most recent IIS7 Manager &amp;#39;MSDeploy&amp;#39; updates is it possible with the Packaging Wizard to modify a setting in the deployed web.config?&lt;br /&gt;I&amp;#39;m creating a series of Webcasts on this and want to make it as simple as possible.&lt;br /&gt;The videos will show how to package/create and deploy entirely with the GUI.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve already experimented with using the IIS Manager Packing Wizard to create a package from a live IIS7 site and using it to deploy apps like the ScrewTurn wiki, all of which can be done entirely from the GUI, no command-line options.&lt;/p&gt;&lt;p&gt;So lets say the wiki app is deployed via the Wizard...&lt;br /&gt;Can the Wizard also be used during that deploy to modify a web.config setting?&lt;br /&gt;&amp;nbsp; All the best,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mark&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Using MSDeploy with IIS 7.0 and mixed 32- and 64-bit machines</title><link>http://forums.iis.net/thread/1921841.aspx</link><pubDate>Fri, 23 Oct 2009 03:07:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921841</guid><dc:creator>mikeyfev1</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1921841.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1144&amp;PostID=1921841</wfw:commentRss><description>&lt;p&gt;I was looking forward to using MSDeploy with IIS 7.0 web servers to be able to capture IIS metadata.&amp;nbsp; However, I don&amp;#39;t seem to know how to build this command.&amp;nbsp; I want to capture all of the web site metadata and the associated application pool metadata.&amp;nbsp; I do not want to capture the files.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Here is the command I used and the resultant output&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;c:\build\Phoenix&amp;gt;&amp;quot;C:\program files\IIS\Microsoft web deploy\msdeploy.exe&amp;quot; -verb:sync -source:appHostConfig=&amp;quot;dev-phoenix.&lt;br /&gt;socsuite.com&amp;quot;,computerName=http://web02-d:81/msdeploy -dest:archivedir=WebDir -enableLink:AppPoolExtension -disableLink:ContentExtension&lt;br /&gt;Error: Using a 64-bit source and a 32-bit destination with provider appHostConfig is not supported.&lt;br /&gt;Error count: 1.&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;So what would the correct command be?&amp;nbsp; Do I have to capture the appPool and webSite metadata separately?&amp;nbsp;&amp;nbsp; I was hoping to be able to simply direct MSDeploy to perform this capture using only the website name.&amp;nbsp; TIA.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>