We have ran out of space on our server's C drive and are trying to move our C:\Program Files\CruiseControl.NET\server folder, or the working directories of all our projects over to a different drive - E: \CruiseControl.NET\server\
I'm a bit stuck with this - I would rather not specify a working directory for every project as we have a lot of projects, and may move this again in the near future. I had read that if I add <add key="ccnet.config" value="E: \CruiseControl.NET\server\ccnet.config"/> to the appsettings in ccservice.exe.config, then all working directories will be relative to the new config path, but as soon as I start the web service up again all of the project folders are recreated at C:\Program Files \CruiseControl.NET\server. Does anyone have any tips on this? I'm pretty stuck and have done significant googling and looking through the documentation (probably missing something obvious of course!)
