|
Home > Archive > IIS Server > December 2005 > Development Sites
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I just wanted to ask what others are using for create a development or
backup version of their web sites? We have two identical servers
(development & production) and of course want a mirror image of our web
site on both pushing the changes from dev to prod. What software or
tools do you use to do this and keep your sites in synch? Thanks.
| |
|
| The easiest and most reliable way, in my opion, would be to set up some
robocopy scripts to copy the files from development to production. Do a
search for robocopy and you should find plenty of info. You can set up the
scripts to run at certain times using "scheduled tasks" in Windows.
"Shank" wrote:
> I just wanted to ask what others are using for create a development or
> backup version of their web sites? We have two identical servers
> (development & production) and of course want a mirror image of our web
> site on both pushing the changes from dev to prod. What software or
> tools do you use to do this and keep your sites in synch? Thanks.
>
>
|
|
|
|
|