We have a small team of two developers (PC) and two designers (Mac). As we're an ad agency rather than a code shop we don't get to spend lots on software tools. We used to use Visual Studio years ago but now we use Visual Web Developer to create ASP.NET sites (.NET4 support - can't afford new VS licences). We create the sites as Web Site projects (rather than Web Apps, or MVC) and we run on a dedicated dev box (Win 2008 rc2 server).
TortoiseHg is the latest I've been playing with and the difference between Hg and Git are negligibility considering our needs. So we can run with either.
What I'm trying to do is find a relatively simple way of deploying sites/commits using freely available tools/services that works well with the tech/software that we use.
I don't mind lots of faffing to set up the solution if it can be setup up once on say one of our server but could deploy to multiple locations. I've been looking and CI server (Jenkins/Hudson) but they seem to be overkill for what we require. Do we need a build server for a 50 off web pages and associated assets?
I tried the Mercurial HgWebDir setup thing - too many potential problems with Hg/Python versions and the setup time is too long per production server - I had to download the source, make a change and rebuild it... OTT. Git seems to work best with SSH, again, more 3rd party stuff.
Is there any Windows based software that we can install on the production server or on a central server that will aid with simple deployment (ie copy latest changes to website directory and rollback) that doesn't cost the earth (preferably free) and doesn't rely on getting the right versions of this and that to work properly.