We have a small team of developers (2-3) and we have a production server and a development server. Both run IIS and SQL server.
I have been reading about this:
Concurrent Versions System - Wikipedia, the free encyclopedia
and would like to install something that will lock out / manage the revisions of our ASP code. We usually do changes to the ASP code on the development server and when it works, copy to the production server. Both enviroments are functionally equivalent.
All we've been doing it drag and drop asp files to delploy so this is a big jump. Any reccomendations?