So I just got violated by the Sandbox Violation #2148 Error. I'm trying to deploy my first flex app. I have an xml file used as a chart pod list. Each pod element has it's own web service url. It's the same url with a different chartID passed to get different data. Anyway, I've been debugging the application with the pods.xml file being loaded via HTTPService in src/pods.xml. The chart HTTPService calls were just to xml files as well for testing. I have the web service on the production server. I changed the pods.xml path from src/pods.xml to http://myProductionServer/site/pods.xml and I changed the individual chart urls in pods.xml to point to my .NET web service. I get the Sandbox Violation error on the server and even when I change everything back and debug.
I have a crossdomain file with the * wildcard for the domain on the server. It's in my Inetpub/wwwroot folder. I have not changed any compiler settings. What's the best way to manage local to server deployments, and why do I still get the error locally since I changed everything back? Thanks, Jason

