Here€™s how to move the Windows Server 2003 Inetpub directory from default directory c:\Inetpub to another drive, d:\Inetpub in this example.
1. From a command prompt type:
xcopy c:\inetpub d:\inetpub /O /X /E /H /K
This will copy the IIS Inetpub directory, it€™s contents, and the file permissions to the new drive. See KB 323007 for details on how to use xcopy.exe to maintain file and
read more »
Be the first to post a Comment!