Archive for October, 2008

Using MSBuild to deploy a website cross-domain

The task: to have an automated build process which would take the fresh built files and deploy them on a remote web server. The challenge: the remote web server was not in the same domain as the machine with Team Build on it. Initial research found plenty of helpful advice on how to do a [...]