<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Crossdomain.xml Issues in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577902#M13023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cross-domain issues are very common. So, if anyone else has trouble with them check out these blog posts as a starting point: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/tags/cross-domain/default.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/tags/cross-domain/default.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 16:07:05 GMT</pubDate>
    <dc:creator>AndyGup</dc:creator>
    <dc:date>2010-10-06T16:07:05Z</dc:date>
    <item>
      <title>Crossdomain.xml Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577899#M13020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a flex app that is running on a server that functions both as our web server and our GIS server. I did not think that I would need to set up a crossdomain.xml file on the server because the flex project is running as a virtual directory in the root domain (&lt;/SPAN&gt;&lt;A href="http://xxx.com/flexproject"&gt;http://xxx.com/flexproject&lt;/A&gt;&lt;SPAN&gt;). The ArcGIS Server map services are coded as &lt;/SPAN&gt;&lt;A href="http://xxx.com/ArcGIS/rest/services/MapServices/XXX/MapServer"&gt;http://xxx.com/ArcGIS/rest/services/MapServices/XXX/MapServer&lt;/A&gt;&lt;SPAN&gt; in the app, so when a user enters &lt;/SPAN&gt;&lt;A href="Http://xxx.com/flexproject"&gt;Http://xxx.com/flexproject&lt;/A&gt;&lt;SPAN&gt; they are able to view the ArcGIS services. However, when a user enters &lt;/SPAN&gt;&lt;A href="http://www.xxx.com/flexproject"&gt;http://www.xxx.com/flexproject&lt;/A&gt;&lt;SPAN&gt; the flex app loads but the ArcGIS services are unavailable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a crossdomain.xml file and put both domains in it (i.e. www and non-www) and put it in the wwwroot of the web server (&lt;/SPAN&gt;&lt;A href="http://xxx.com/crossdomain.xml"&gt;http://xxx.com/crossdomain.xml&lt;/A&gt;&lt;SPAN&gt;), but when I navigate to the file I get a Http 401.3 error - unauthorized access. If I put the same file in a folder within the wwwroot (&lt;/SPAN&gt;&lt;A href="http://xxx.com/xxx/crossdomain.xml"&gt;http://xxx.com/xxx/crossdomain.xml&lt;/A&gt;&lt;SPAN&gt;) the source is viewable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a setting I am missing in the default web page properties to make .xml files accessible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 21:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577899#M13020</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-09-27T21:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577900#M13021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The crossdomain file is not needed when a user access the app as &lt;/SPAN&gt;&lt;A href="http://example.com/flexviewer"&gt;http://example.com/flexviewer&lt;/A&gt;&lt;SPAN&gt; and the services listed in the config.xml are on &lt;/SPAN&gt;&lt;A href="http://example.com/"&gt;http://example.com/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a user access the app at &lt;/SPAN&gt;&lt;A href="http://www.example.com/flexviewer"&gt;http://www.example.com/flexviewer&lt;/A&gt;&lt;SPAN&gt; (and the config is as above), then Flash Player will treat &lt;/SPAN&gt;&lt;A href="http://www.example.com/"&gt;http://www.example.com/&lt;/A&gt;&lt;SPAN&gt; as different from &lt;/SPAN&gt;&lt;A href="http://example.com/"&gt;http://example.com/&lt;/A&gt;&lt;SPAN&gt; and thus look for the crossdomain file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The crossdomain file needs to be in the root.&amp;nbsp; The 401.3 problem is what you need to fix.&amp;nbsp; What web server are you using?&amp;nbsp; If you are using IIS 5.0, 5.1 or 6.0, then &lt;/SPAN&gt;&lt;A href="http://support.microsoft.com/kb/271071/"&gt;http://support.microsoft.com/kb/271071/&lt;/A&gt;&lt;SPAN&gt; might help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 23:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577900#M13021</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-09-27T23:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577901#M13022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bjorn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using IIS 6.0. I'll check out that Microsoft help page. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The crossdomain file is not needed when a user access the app as &lt;A href="http://example.com/flexviewer"&gt;http://example.com/flexviewer&lt;/A&gt; and the services listed in the config.xml are on &lt;A href="http://example.com/"&gt;http://example.com/&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;When a user access the app at &lt;A href="http://www.example.com/flexviewer"&gt;http://www.example.com/flexviewer&lt;/A&gt; (and the config is as above), then Flash Player will treat &lt;A href="http://www.example.com/"&gt;http://www.example.com/&lt;/A&gt; as different from &lt;A href="http://example.com/"&gt;http://example.com/&lt;/A&gt; and thus look for the crossdomain file.&lt;BR /&gt;&lt;BR /&gt;The crossdomain file needs to be in the root.&amp;nbsp; The 401.3 problem is what you need to fix.&amp;nbsp; What web server are you using?&amp;nbsp; If you are using IIS 5.0, 5.1 or 6.0, then &lt;A href="http://support.microsoft.com/kb/271071/"&gt;http://support.microsoft.com/kb/271071/&lt;/A&gt; might help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 17:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577901#M13022</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-09-29T17:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577902#M13023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cross-domain issues are very common. So, if anyone else has trouble with them check out these blog posts as a starting point: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/tags/cross-domain/default.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/tags/cross-domain/default.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 16:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577902#M13023</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2010-10-06T16:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577903#M13024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response. I was able to solve my problem. The crossdomain.xml file did not have access granted to the IIS_WPG and Internet Guest Account (IUSR_servername) accounts. Everything works now, after I set those accounts to have the proper settings &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Cross-domain issues are very common. So, if anyone else has trouble with them check out these blog posts as a starting point: &lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/tags/cross-domain/default.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/tags/cross-domain/default.aspx&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 19:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-issues/m-p/577903#M13024</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-10-06T19:56:33Z</dc:date>
    </item>
  </channel>
</rss>

