Best way to set up CruiseControl for IIS 5.1 dev box and IIS6 server - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T18:18:42Zhttp://stackoverflow.com/feeds/question/85129http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/85129/best-way-to-set-up-cruisecontrol-for-iis-5-1-dev-box-and-iis6-server0Best way to set up CruiseControl for IIS 5.1 dev box and IIS6 servercellis2008-09-17T16:38:15Z2008-09-17T16:57:30Z
<p>Can anyone point me in the right direction on this. From reading the FAQs at cruisecontrol, it appears that you should develop in the same environment as you produce.</p>
<p>But i have Windows XP (which only runs IIS 5.1) on my dev machine and the server is 2003.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/85129/best-way-to-set-up-cruisecontrol-for-iis-5-1-dev-box-and-iis6-server/85327#853271Answer by rams for Best way to set up CruiseControl for IIS 5.1 dev box and IIS6 serverrams2008-09-17T16:57:30Z2008-09-17T16:57:30Z<p>We have a similar setup that we have been using successfully over a year now. Our CC.Net server is on a Windows 2003 server and all development happens on Windows XP/Vista machines. Code checked into SVN is pulled down onto the Windows 2003 server, built and pushed onto our hosting boxes.</p>