Steven Murawski
Steven Murawski

Reputation: 11255

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.

Upvotes: 8

Views: 3725

Answers (4)

Daniel Rose
Daniel Rose

Reputation: 17658

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.

Upvotes: 1

Ruslan Kazakov
Ruslan Kazakov

Reputation: 531

Here is a helpful article that worked for me:

Getting CruiseControl.NET working under IIS7

Upvotes: 6

Sören Kuklau
Sören Kuklau

Reputation: 19970

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.

Upvotes: 4

Dale Ragan
Dale Ragan

Reputation: 18270

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.

Upvotes: 3

Related Questions