Could not find crossdomain.xml
Hi Naseer,
You could create one in a notepad and save it as crossdomain.xml, and place it in C:\inetpub\wwwroot.
Using crossdomain.xml—ArcGIS API for Flex | ArcGIS for Developers
Its content should look like this.
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*"/> </cross-domain-policy>
Change the parameter "*" in Allow access from domain to "<*.DomainName>"
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.