« Previous Next »

Thread: IIS 6.0 to IIS 7.0 migration issues

Last post 09-15-2008 11:35 AM by nvr8981. 5 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (6 items)

Sort Posts:

  • 09-10-2008, 3:56 PM

    • nvr8981
    • Not Ranked
    • Joined on 09-10-2008, 3:37 PM
    • Posts 13

    IIS 6.0 to IIS 7.0 migration issues

    Hi,

     I'm having issues migrating websites and AppPools from IIS 6.0 to IIS 7.0.  Right now I'm using the following script:

     msdeploy -verb:migrate -source:metakey=lm/w3svc/1,computerName=10.2.1.120 -dest:metakey=lm/w3svc/1 -whatif > msdeploymigrate.log

    This gets the Default AppPool to the destination server, however we have another folder on the webserver that is not in the Inetpub folder.  What script can I use to get the rest of the websites transfered over to the new server?

  • 09-10-2008, 5:15 PM In reply to

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

    Re: IIS 6.0 to IIS 7.0 migration issues

    To migrate the entire IIS 6.0 server to an IIS 7.0 machine, you should use

    msdeploy -verb:migrate -source:webserver60 -dest:webserver60,computerName=<IIS7machine>

    Thanks
    Yamini Jagadeesan, SDET, Microsoft IIS Team
  • 09-10-2008, 5:21 PM In reply to

    • nvr8981
    • Not Ranked
    • Joined on 09-10-2008, 3:37 PM
    • Posts 13

    Re: IIS 6.0 to IIS 7.0 migration issues

    OK, but now I get these error messages:

    Error: The InUseDependency dependency check detected FrontPageServerExtensions in use in the source data but the msdeploy tool does not support configuring it on the destination machine.
    Error: The InUseDependency dependency check found component IPSecurity is detected in the source data but not detected as installed on the destination server.  Use Windows Setup to install the component.

    I got the other components, but I can't get these last 2.  Any ideas?

     

  • 09-10-2008, 7:48 PM In reply to

    Re: IIS 6.0 to IIS 7.0 migration issues

    If you run

    msdeploy -verb:getDependencies -source:[your source] -param:alltrigger

    it will tell you what is triggering the dependency detection for those components. If this dependency isn't important to you, you can disable the check and continue with your migration. Take a look at this thread.

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 09-11-2008, 8:44 AM In reply to

    • nvr8981
    • Not Ranked
    • Joined on 09-10-2008, 3:37 PM
    • Posts 13

    Re: IIS 6.0 to IIS 7.0 migration issues

    Thanks for the reply.  However, I need all of these dependicies.  So my question is where can I find the FrontPage Server Extension and IPSecurity components so that I can activate them?

  • 09-15-2008, 11:35 AM In reply to

    • nvr8981
    • Not Ranked
    • Joined on 09-10-2008, 3:37 PM
    • Posts 13

    Re: IIS 6.0 to IIS 7.0 migration issues

    Alright all set.  I fixed the IP Security issue by using at least 5 different types of Security rolls that I think we may need.  In regards to the FrontPage Server Extensions, I spoke to my VP who said not to worry about it and just ran the job to ignore all errors.  Thanks again.

Page 1 of 1 (6 items)
Microsoft Communities