« Previous Next »

Thread: Migrating from 1 IIS Server to the Other

Last post 07-22-2006 1:21 PM by chrisad. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 07-07-2006, 6:36 PM

    • sontek
    • Not Ranked
    • Joined on 01-30-2005, 12:53 AM
    • Salt Lake City, UT
    • Posts 8

    Migrating from 1 IIS Server to the Other

        Tomorrow afternoon we're migrating all our web applications (asp .net 1.1)  over to a new faster web server.   The problem is we create custom web registration sites for multiple companies and have over 200 web applications to move over.    I was wondering if there was an easy way to mainstream Creating every directory in the main wwwroot as its own application and changing the default page for it.


    example:

    in C:\inetpub\wwwroot\
    Page1
    Page2
    Page3


    I need to loop through each of those pages in IIS and make sure they are running as their own application and that their default page is now "test.aspx" rather than "default.aspx" or "index.html"



    Thanks for any ideas!!!
  • 07-07-2006, 6:53 PM In reply to

    • sontek
    • Not Ranked
    • Joined on 01-30-2005, 12:53 AM
    • Salt Lake City, UT
    • Posts 8

    Re: Migrating from 1 IIS Server to the Other

    I found a little tool called IISSYNC.EXE in  %SYSTEMROOT%/System32/inetsrv  that seemed to do the basic job.   But I was wondering if there is a way to massively change every applicationt o have a different default page. We're changing every startup page for the applications on this server.


    Thanks!
  • 07-08-2006, 11:48 PM In reply to

    • Bernard
    • Top 25 Contributor
    • Joined on 05-24-2006, 4:30 AM
    • Malaysia
    • Posts 291

    Re: Migrating from 1 IIS Server to the Other

    IISSYNC focus on metabase changes, if you are change the physical web page, you will need to manually copy the file to new server.
    Cheers,
    Bernard Cheah
  • 07-10-2006, 1:35 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,079
    • IIS MVPs

    Re: Migrating from 1 IIS Server to the Other

  • 07-22-2006, 1:21 PM In reply to

    Re: Migrating from 1 IIS Server to the Other

    Hey folks~

    Tom is right as he is outlining the supported mechanism for doing this - IIS 6.0 Migration Tool.  It can migrate from previous versions of IIS (4 & 5) as well as migrate from one IIS 6.0 server to another.  Beyond that, it also has the /copy switch that tells the tool to only connect to, copy & migrate only the configuration from that server.

    To facilitate your learning on this topic, you might be interested in viewing a couple of webcasts we have done on this topic:

    The Ins and Outs of the IIS 6.0 Migration Tool

    IIS 6.0: IISCNFG.vbs versus IISBack.vbs 

    Beyond that, you can also to learn the robust tool adsutil.vbs though this requires a bit more advanced knowledge of scripting & the metabase.  It has a hidden switch called /s that allows you to connect to a server remotely and modify settings directly using the command-line.

    IISSYNC:  This tool, though shipped on the Windows Server CD, is not supported to be used as a synchronization tool for non-clustered servers.  The term cluster, in this usage, means the usage of Microsoft Clustering Service (MSCS) which IIS supports.  It is not recommended, though, for IIS 6.0 servers but instead recommended to use Network Load Balancing (NLB)

    Hope this helps,

    ~Chris
    Former Program Manager
    IIS Product Unit (Microsoft)
Page 1 of 1 (5 items)