Is there step-by-step tutorial on setting up CruiseControl.NET?
build-automation, build-process, cruisecontrol.net
Solution
I have found this great tutorial: How to Hook Up a VS.NET 2005 Solution With CruiseControl.NET in a Few Minutes. It's short but uses a real .Net project to illustrate the set up.
After that refine your configuration by reading each relevant section of CruiseControl.NET : Configuring the Server
And for a really nice and recent tutorial check Integrating MSBuild with CruiseControl.NET. Very good one!
Problem
What to do automatic nightly build of .NET web application and upload to the test server. Or, if this tool is overkill, please suggest something else.