« Previous Next »

Thread: MSDeploy

Last post 03-13-2008 11:55 PM by faith_a. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 02-28-2008, 1:04 PM

    • rdahbura
    • Not Ranked
    • Joined on 08-23-2003, 9:50 PM
    • Posts 1

    MSDeploy

    Hi,

    MSDeploy has worked well for me. I use it as a replacement to ANT/FTP deployments and thus far has done the trick.

    One comment however, when I execute a sync I have to set -failureLevel to none. I'm developing on Vista (IIS 7.0) and targeting Server 2003 (IIS 6.0) and the tool reports:

    "Fatal: IIS Version 7 detected in the source data is newer than IIS Version 6 detected in the destination data."

    I'm simply using MSDeploy as a smart file copy mechanism. Is there a way to avoid this fatal error or perhaps I should be using the tool differently?

    Thanks.

    Rudy 

  • 03-06-2008, 3:50 PM In reply to

    • yaminij
    • Top 50 Contributor
    • Joined on 09-25-2007, 12:41 AM
    • Posts 185

    Re: MSDeploy

    You should remove the following line from microsoft.web.deployment.config file

    <rule name="DefaultDependencyCheck" type="Microsoft.Web.Deployment.DefaultDependencyRuleHandler" isDefault="true" />.

    This will turn off the Dependency check and you should be able to sync files from IIS 7.0 box to IIS 6.0

     

    Hope this helps

    Thanks

    Yamini

    Thanks
    Yamini Jagadeesan, SDET, Microsoft IIS Team
  • 03-13-2008, 11:55 PM In reply to

    Re: MSDeploy

    Hi Rudy, in the next release after Tech Preview 1, you should be able to skip certain parts of the dependency check without having to turn off everything...

    Thanks,

    -faith

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (3 items)
Microsoft Communities