Home All Groups Group Topic Archive Search About

Move IIS server + net folders

Author
22 Mar 2005 11:16 PM
Evgeny Pustovalov
Hi everyone,
Point me please, how to move web-folders and net folder from one server to
another.
Sourse server w2000AD IIS 5.0  target w2003AD IIS6.0
Thanks a lot.
Eugene.

Author
23 Mar 2005 10:07 PM
Tony Marziano
IIS Migration: http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/deployguide/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/all/deployguide/en-us/iisdg_mei_kdya.asp

Migrating Shares:
1. open Registry Editor. Next, navigate to the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares
key. Choose Registry | Save Key.Saves to a *.reg file.
2. Copy all the physical folders accross to the target machine
3. Copy the *.reg file from point 1 above, and run regedit /s <path to *.reg>

That should restore the share permissions. I have'nt tested this from win2k
to windows 2003 but it works on windows 2000 itself.

Then, use permcopy.exe / perms.exe from the RK to set the ntfs user
permissions on those folders.

Hope this helps.

Show quoteHide quote
"Evgeny Pustovalov" wrote:

> Hi everyone,
> Point me please, how to move web-folders and net folder from one server to
> another.
> Sourse server w2000AD IIS 5.0  target w2003AD IIS6.0
> Thanks a lot.
> Eugene.
>
>
>

Bookmark and Share