Hi, I figured it out after much fumbling. 1) First I had to install ASP.NET 2.0 to IIS. IIS7 came preinstalled for me by my sysadmin, so I had mistakenly assumed that ASP.NET 2.0 would have been installed at the same time as .NET 2.0. I later discovered that my sysadmin had installed IIS7 *after* .NET 2.0. This is easy problem to fix, simply run "aspnet_regiis.exe -i" from the correct flavour of .NET 2.0 (for me this was C:\Windows\Microsoft.NET\Framework64\v2.0.50727).
2) Right click "My Computer" and select "Manage". Navigate to the IIS Manager under "Services and Applications". Under "Default Web Site" add a new "Application" with the physical path pointing to the ccnet "webdashboard" folder, and an alias of "ccnet". Change the "Application pool" setting to "Classic .NET AppPool". 3) Done. Navigate to http://localhost/ccnet/ I think I'll add these comments to the web page. 2009/7/22 Paul Richards <[email protected]>: > Are there instructions for manually setting up the web dashboard on > IIS7? The instructions on the website > (http://confluence.public.thoughtworks.org/display/CCNET/Installing+the+Web+Dashboard) > don't seem to fit IIS7, (and for me at least the installer didn't do > the setup automatically). > > I am using CruiseControl.NET v1.4.4-SP1. > > > -- > Paul Richards > -- Paul Richards
