Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Silver light policy file for sockets...
1 replies. Latest Post by Yi-Lun Luo - MSFT on June 18, 2008.
(0)
rscott
Member
6 points
12 Posts
06-16-2008 4:54 PM |
ok, first off, I've seen a few of the posts about the policy.xml file that is needed to be served up on port 943 to get socket server's working again in beta 2.
I've got a policy server setup and working. This I have verified by stepping through the code. When my client attempts to connect to my server, I can see that it is also connecting to port 943 and being sent the policy file.
This is the XML file I'm sending:
<?xml version="1.0" encoding ="utf-8"?>
<
</
What I'm not sure about is the domain section. The file get served to the client, but the original connection never happens and no errors are thrown to suggest what the problem might be.
Any help out there please?
Thanks
Ryan
Yi-Lun L...
All-Star
25052 points
2,747 Posts
06-18-2008 12:25 AM |
Hello, can you post some code? How are you serving the policy file, and how are you establishing the socket connection? You may want to have a look at this blog post.