Hello,
I have a two basemaps in my config.xml file, but only one of them would work. I looked at the net pane in firebug and realized that the one that worked was pointing to a server that had a valid crossdomain.xml file, and the others were on servers without a crossdomain file and the viewer was trying to proxy them via the proxy.ashx file.
I updated the web server and put a valid crossdomain.xml file in the root folder, however the sample viewer is continuing to route the request through proxy.ashx. Does it cache the fact that the server didn't used to have a crossdomain.xml file? Is there any way to purge it, or could there be something else I'm missing?
Is there a way to explicitly disable/prevent the viewer from trying to use the proxy if it doesn't find the crossdomain.xml file?
Thanks!