Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does CruiseControl.NET run on IIS 7.0?

I'm new to development (an admin by trade) and I'm setting up my development environment and I would like to set up a CruiseControl.Net server on Server 2008. A quick Google did not turn up any instructions for getting it running on IIS 7.0, so I was wondering if anyone had experience getting this set up.

like image 773
Steven Murawski Avatar asked Aug 17 '08 00:08

Steven Murawski


4 Answers

Here is a helpful article that worked for me:

Getting CruiseControl.NET working under IIS7

like image 162
Ruslan Kazakov Avatar answered Nov 23 '22 05:11

Ruslan Kazakov


What Dale Ragan said; it installed flawlessly on our Windows Server 2008 machine, including the Dashboard running on IIS 7. Just give it a shot; should work fine.

like image 31
Sören Kuklau Avatar answered Nov 23 '22 05:11

Sören Kuklau


I have never tried on Server 2008, but I have installed CruiseControl.NET on Vista which includes IIS 7.0. I don't remember there being any problems. You do have an admin background which should help if something does pop up.

Just use the CruiseControl.NET wiki to get you thru the install and getting it setup. That is all I did.

like image 32
Dale Ragan Avatar answered Nov 23 '22 05:11

Dale Ragan


I got it running by following the steps in this blog. Additionally, I had to enable ASP.NET, as shown in this blog. Lastly, to get the package install working, I gave full permission to the local users on the webdashboard directory, as in this bug report.

like image 45
Daniel Rose Avatar answered Nov 23 '22 06:11

Daniel Rose