hi, I'm trying to access a map service on our web server (which is a remote machine) and when I run my app from VS, I get a popup (Visual Studio Just-In-Time Debugger) that says there is an unhandled exception with the message:
"System.Security.SecurityException: A security exception occurred while trying to connect to the REST endpoint. Make sure you have a cross"
For some reason the rest of the sentence isn't visible but I assume it's talking about a crossdomain.xml file or a clientaccesspolicy.xml file. I do have both of those files in the root web directory of the web server (C:/inetpub/wwwroot). Does anyone know what the problem is? Thanks!