When you click the [Force] button on the webdashboard nothing happens in V1.5. It worked in V1.4.4 SP1.
This behavior happens when Internet Explorer is configured to use the "enhanced security configuration". Which is default in terminal server environments. Scripts (javascript) are disabled by default in enhanced security configuration. Sure, there's a workaround. You can add the web server where the webdashboard is hosted to the Trusted Sites zone or the Local Intranet zone. BUT: As it worked out of the box before V1.5 I consider this a bug. Suggested solution: As it worked without all the javascript before I'd suggest going back to the standard HTML markup of the 1.4.4 version. Then, when the page is loaded, run some javascript that hooks into the existing HTML markup and changes it to the 1.5 version. That way it will still work when javascript is disabled. This is how the better ajax frameworks do their work. It is hard enough for a newbie to set up and configure a CCNet server. We shouldn't keep people from using it just because it doesn't work out of the box. Markus
