I have a Cruise Control application as a service on my local machine for continuous integration. I also have a same installation done on a different machine (say server). In the dashboard.config documentation it is mentioned that we can configure different servers under the Servers Configuration Block to be accessed from a single dashboard. So i have included a new server tag that refers to a different machine URL similar to the localhost one's. But when i try to run the dashboard the local system setup for CI is dislayed, on the other hand the remote system setup for CI is not displayed. The error is as below -
There were exceptions connecting to the following servers: Server Name Url Message TestServer tcp://194.183.227.110:21234/CruiseManager.rem Unable to connect to CruiseControl.NET server. Please either start the server or check the url. Please help me to resolve the issue.
