I am working on a project that has grown to a decent size, and I am the only developer. We currently don\'t use any version control, but I definitely need to start.
It may be overkill for what you require but creating a SVN repository on one machine, and then on another setting up an contious integration server. TeamCity is one I would recommend. (you may also be able to use virtual PC for this if hardware is at a premium)
This will allow you to add the custom build steps to deploy onto the production servers once a build is complete and tested.
TeamCity for more information. Thi also provides a plugin into Visual Studio as well