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.
> 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.