I have a app that uses Telerik grids, charts and gauges for Silverlight. When I run this in local (connected to the server) it works as you can see here, the gauges have data:
http://img222.imageshack.us/img222/4467/localworkinggauges.png
But, when published to the server the gauges do not load: http://img301.imageshack.us/img301/4632/servergaugesnotworking.png
I am trying to understand what is causing this discrepancy. It's only those gauges on the right that display this behaviour. All other datas are spot on.
The Silverlight app and webservice on the same server over here.
I am wondering where to look? Webconfig, my project, service references,etc. If someone can point out what the issue is here?