I am trying to connect a Silverlight client to a socket server and continue to get the following error:
An attempt was made to access a socket in a way forbidden by its access permissions.
I believe I need to specify a clientaccesspolicy.xml through either the socket server or the http://:80/clientaccesspolicy.xml path with the following option set
args.SocketClientAccessPolicyProtocol = SocketClientAccessPolicyProtocol.Http
I am not able to get this running. Any suggestions?