I’m looking for a way to improve our code management and software release processes by implementing an automated daily build and test. Most of our software is developed in ASP (not .NET yet), with a SQL Server back end. We use Miscrosoft VSS (version 6) to store our code. Managing the code, testing, and deploying releases is very much a manual process (and frought with oportunity for error). I realize that we will need to obtain additional tools to facilitate what I’m after. Can anyone provide some advice on what the next steps to take should be? Is this even possible outside of .NET?
Thanks in advance for any help you can provide.