IIS - IIS cloning in microsoft.net - Asked By karur krishna madhu on 13-Jan-12 01:37 AM

what is IIS cloning in .net ? what is the use of cloning IIS?
Sri K replied to karur krishna madhu on 13-Jan-12 05:53 AM
IIS with .Net does not sysprep well.

The simplest clone is to simply copy the VHD and make a new VM using the copy.

Thre is no problem until both of them are on the same network - this is where rename comes into play.

Also, you can always boot the copy of the VM without it being attached to the network.  While the VM is isolated you would move it ot a workgroup, rename it, then power it off, attach it to the network, and then join the domain.
Riley K replied to karur krishna madhu on 14-Jan-12 07:01 AM


Just think of word clone, a exact copy

Now you got a website, at final stage you should be having different environments like production,
 testing,

Imagine like for each of these you have a copy, and refer to them using port number.


Regards