I understand that for Silverlight to be able to make a cross-domain request using the WebClient class, there needs to be a clientaccesspolicy.xml at the root of the server. I got this working, and when the Silverlight app has been compiled in debug mode, this works great. When the Silverlight app is compiled in release mode, however, I get a SecurityException. Even weirder, it seems as if the silverlight app is not even making the request to the (other domain) server -- it's just throwing the exception without even checking!
Any help would be appreciated...
P.S.: It's HTTP (but on port 30588) and the request is for an extension-less path (the web service returns JSON).