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 |
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?
Describe Moonlight and list the goals of using Moonlight?
What are those browsers which supports silverlight?
What is the extension that we used for silverlight file?
Which language is Silverlight developed in?
What are differences between silverlight and asp.net?
How can you see a silverlight application in full-screen mode?
What happened when I press f5 within visual studio to run silverlight application?
What is the procedure to add an event handler in managed code?
What are the different important files that are used in silverlight?
what is .xap file?
When would a customer use silverlight instead of windows presentation foundation (wpf)?