Hi there again, i m having a problem with the datagrid of my app..
i have a webservice running at sub domain like iffiretv.ifthensoftware.com and i want my application that is in the same domain to get some info from webservice and display in grid in silverlight...
i put the service working on the subdomain, and when i m developing in VS the app, i use that webservice on internet and it works fine, but when i put my silverligh app also in the sub domain, it works, but it dosen't call the webservice.. since the webservice and silverlight app are in the same domain i think it should work, also i put a crossdomain.xml and a cllieantaceesspolicy.xml ...
when debbugin with nikhilds web development tool, i can see that in VS the webservice in iffiretv.ifthensoftware its call and the app works, but when i call the app that is also in iffiretv.ifthensoftware.com it dosen't call the service, and so it dosen't populate the grid.. here is the link
http://iffiretv.ifthensoftware.com/iffire_TVTestPage.aspx
http://iffiretv.ifthensoftware.com/DataService.asmx
my question, can it be the subdomain thing? should cllientpolicy and cross domain be in the main domain like ifthensoftware.com ?
thanks in advance
Rui