Move IIS Settings
am 16.07.2007 19:16:12 von Jake K
I need to move all web apps from one server to another (Windows 2000 to
2003). Different physical machine. Is there an easy way for me to apply
the exact same IIS settings once I copy all wwwroot contents?
Re: Move IIS Settings
am 16.07.2007 19:43:17 von nomailreplies
In IIS 5.0 or earlier IIS configuration is stored in metabase.bin
In IIS 6.0 it is stored in metabase.xml
If you wish to migrate sites from IIS 5.0 (or earlier) to IIS 6.0
you can use the Migration Tool in the IIS 6.0 Resource Kit Tools:
http://www.microsoft.com/downloads/details.aspx?FamilyID=2ae fc3e4-ce97-4f25-ace6-127f933a6cd2&displaylang=en
This will migrate IIS settings, but you will still need to move items
such as ISAPI Filters, COM+ applications, ODBC DSNs etc manually.
If you wish to move a site between IIS 6.0 servers, you have more options.
Since the file is just XML, you can open it up and copy-paste the relevant information between
files (ensuring that you don't create duplicate bindings or similar on the destination server).
There is also an iisback.vbs script in the \system32 folder that can import/export sections of the metabase.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
wrote in message news:uSuIE08xHHA.988@TK2MSFTNGP02.phx.gbl...
>I need to move all web apps from one server to another (Windows 2000 to 2003). Different physical machine. Is there
>an easy way for me to apply the exact same IIS settings once I copy all wwwroot contents?
>
Re: Move IIS Settings
am 16.07.2007 19:50:44 von Jake K
Perfect. Thanks a lot for the reply, I really appreciate it.
"Juan T. Llibre" wrote in message
news:uSapRD9xHHA.1204@TK2MSFTNGP03.phx.gbl...
> In IIS 5.0 or earlier IIS configuration is stored in metabase.bin
> In IIS 6.0 it is stored in metabase.xml
>
> If you wish to migrate sites from IIS 5.0 (or earlier) to IIS 6.0
> you can use the Migration Tool in the IIS 6.0 Resource Kit Tools:
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=2ae fc3e4-ce97-4f25-ace6-127f933a6cd2&displaylang=en
>
> This will migrate IIS settings, but you will still need to move items
> such as ISAPI Filters, COM+ applications, ODBC DSNs etc manually.
>
> If you wish to move a site between IIS 6.0 servers, you have more options.
>
> Since the file is just XML, you can open it up and copy-paste the relevant
> information between
> files (ensuring that you don't create duplicate bindings or similar on the
> destination server).
>
> There is also an iisback.vbs script in the \system32 folder that can
> import/export sections of the metabase.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ======================================
> wrote in message
> news:uSuIE08xHHA.988@TK2MSFTNGP02.phx.gbl...
>>I need to move all web apps from one server to another (Windows 2000 to
>>2003). Different physical machine. Is there an easy way for me to apply
>>the exact same IIS settings once I copy all wwwroot contents?
>>
>
>
Re: Move IIS Settings
am 17.07.2007 10:25:51 von ck
You can also use the IISEXPORT program
wrote in message
news:uSuIE08xHHA.988@TK2MSFTNGP02.phx.gbl...
>I need to move all web apps from one server to another (Windows 2000 to
>2003). Different physical machine. Is there an easy way for me to apply
>the exact same IIS settings once I copy all wwwroot contents?
>
Re: Move IIS Settings
am 18.07.2007 05:41:44 von Steve Schofield
That is a nice program. If you want to copy IIS 5, a friend of mine
published a free utility.
http://blogs.orcsweb.com/brent/archive/2007/06/26/copying-a- website-in-iis-5.aspx
--
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"CK" wrote in message
news:DE342F91-A0E5-4CBD-A64A-72346580E063@microsoft.com...
> You can also use the IISEXPORT program
>
>
> wrote in message
> news:uSuIE08xHHA.988@TK2MSFTNGP02.phx.gbl...
>>I need to move all web apps from one server to another (Windows 2000 to
>>2003). Different physical machine. Is there an easy way for me to apply
>>the exact same IIS settings once I copy all wwwroot contents?
>>
>