"Download CCTray" link fails? The default installation of CruiseControl.Net dashboard worked almost perfectly out of the box. However, the link to download the CCTray fails. Following some investigation of the configuration file and iis settings, I found the simple solution.
<cctrayDownloadPlugin />
When I installed the CruiseControl.Net application under a virtual directory in IIS, the default setting for directory permissions was "scripts and executables".
This caused a 404 to result from clicking the link provided for CCTray installation (provided by the cctrayDownloadPlugin). The more appropriate, and correct, setting is "scripts only".
Right click the virtual directory in IIS Admin mmc, On the virtual directory tab, under application settings, set execute permissions to "Scripts only".
By the way, this is an iis default setting, not a cruise control installation. Furthermore, CruiseControl.net is probably the third most incredible open source product I've ever had the pleasure to use. Third after nAnt and nUnit (although nAnt deleted my c: drive last week... lost a little love that day). I am presently addicted to the green tray icon and the dashboard itself. I love seeing "another successful build" pop in the corner of my screen. Thanks CCNet dudes, you rock!
Posting this because my newsgroup post got no response :>(
I have the folder cctray below the webdashboardlink root and it contains the
setup file for cctray
Yet, when I click on the link provided by the plugin:
./ccnet/default.aspx?_action_CCTrayDownload=true
i get a 404
any suggestions? ( solution described above )