How do you grant silverlight permission to talk to a server that is not on your local host.
Answer / Karan Mehta
To allow Silverlight to communicate with a remote server, you need to configure the cross-domain policy. This can be done by creating an XML file (crossdomain.xml) on the server's root directory or using the clientaccesspolicy.xml file. In the case of a custom domain, you might also have to register your domain in Microsoft's Cross-Domain Policy Configuration Service.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I add more than one .xaml pages in silverlight application?
What are the different event modes in silverlight?
Which language is Silverlight developed in?
Explain how to set silverlight contents width as 100%.
How many types of Layout panels in silverlight?
What files are contained by .xap file?
What is the best place to start silverlight application?
What objects support tranformations?
What is isolated storage in silverlight?
Explain how to add the reference of a class library project in silverlight application project
Will silverlight support live streaming events as well as downloading media?
Which .net applications are supported in silverlight?