Advanced Forum Search Results
-
Wallop,
Your policy file looks fine. Like you said make sure that your policy file code is outputting the policy file with a UTF-8 encoding. Also when the java closes the socket it is doing an ACK,FIN and not just a RST of the connection.
Sorry I can't be of more help.
I still think that MSFT ...
-
My problem was specific to me. The target device is a small embedded device and it was not closing the socket properly and SL was viewing that as a security violation and so deny the socket connection. If you don't have a special circumstance like that follow what Pete says and make sure you don't have a firewall blocking ...
-
No worries Pete. I was finally able to get it working after some trouble shooting help from the msft team. Turns out the policy file server was closing the socket connection in such a way that SL would deny access for security purposes.
Thanks for your help.
-
Thanks for the reply...I've tried it both ways and neither seems to make a difference.
-
So I have my policy file server implemented, but I'm still getting access denied when I try the socket connection. I put a packet sniffer on the connection I can see the request go out and the policy file returned, but from that point I'm at a loss as to why I'm being denied.
Here is my policy file: ...
-
Any suggestions...I'm stuck at the moment?
-
So is there no way to debug the policy file. With Flash evidently you can create at least a trace log that will tell you what happened. This is like trying to find a needle in a haystack with no tools to see why I'm getting AccessDenied from my Socket Connection.
-
Ok, I've got my policy server closing the socket after it sends the
policy file, but I'm still getting SocketError == AccessDenied. How
can I debug this?
<access-policy>
<cross-domain-access>
<policy>
<allow-from>
<domain uri="*" ...
-
Yeah, I think the socket isn't closing so it's probably my problem.
-
I have a unique situation I'm trying to use Silverlight on an embedded device that I've had to create my own policy server on. The problem is that it's not working and I'm not sure what the problem is. I'm using the code below in Silverlight. I used a packet sniffer and I can see that I'm getting the ...