<?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: Strange Security Error - DNS Alias in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685528#M17637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure if this discusses your issue: &lt;/SPAN&gt;&lt;A href="http://efreedom.com/Question/1-3425974/Use-Machine-Names-WCF-Services-REST-Windows-Authentication"&gt;http://efreedom.com/Question/1-3425974/Use-Machine-Names-WCF-Services-REST-Windows-Authentication&lt;/A&gt;&lt;SPAN&gt; Do you also use windows authentication?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you also see if this is related? &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/3240-cannot-connect-to-rest-endpoint"&gt;http://forums.arcgis.com/threads/3240-cannot-connect-to-rest-endpoint&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not seen the same issue reported anywhere yet but the FAQ page here might help. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000009000000.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000009000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 00:46:53 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-12-22T00:46:53Z</dc:date>
    <item>
      <title>Strange Security Error - DNS Alias</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685525#M17634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an Silverlight App running on server A using AGS mapservices via REST access from server B. Everything works well as long as I access the SL App via a fully qualified URL like &lt;/SPAN&gt;&lt;A href="http://serverA.domain.ch/app.aspx"&gt;http://serverA.domain.ch/app.aspx&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a dns alias 'my.dns.alias.dom' defined for 'serverA.domain.ch', which causes a security exception in the ESRI SL control and no map is displayed???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So why can I not access the SL App via dns alias, but via url everything works fine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 13:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685525#M17634</guid>
      <dc:creator>BerndNierula</dc:creator>
      <dc:date>2010-12-15T13:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Security Error - DNS Alias</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685526#M17635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you go through this troubleshooting suggestions? &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 16:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685526#M17635</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-12-15T16:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Security Error - DNS Alias</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685527#M17636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having a similar problem that I need to get resolved.&amp;nbsp; I have the client access policy file in place, it is an exact match to the ESRI listed in the troubleshooting link.&amp;nbsp; When I publish the application I can access the map fine through &lt;/SPAN&gt;&lt;A href="http://myServerName"&gt;http://myServerName&lt;/A&gt;&lt;SPAN&gt; but when I go through &lt;/SPAN&gt;&lt;A href="http://myServerName.MyDomain.us"&gt;http://myServerName.MyDomain.us&lt;/A&gt;&lt;SPAN&gt; I receive the Rest endpoint security exception error on all layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used fiddler and no errors get reported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the app through visual studio - fiddler shows it read the file and it works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the app as &lt;/SPAN&gt;&lt;A href="http://myServerName"&gt;http://myServerName&lt;/A&gt;&lt;SPAN&gt; - fiddler does not show the CAP file, but app works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the app as &lt;/SPAN&gt;&lt;A href="http://myServerName.MyDomain.us"&gt;http://myServerName.MyDomain.us&lt;/A&gt;&lt;SPAN&gt; - fiddler does not show the CAP file, and app does not work&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; System.Security.SecurityException on feature services and REST endpoint security exception on map services&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can connect through the broswer to the CAP file and each of the Rest endpoints through both &lt;/SPAN&gt;&lt;A href="http://myServerName"&gt;http://myServerName&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://myServerName.MyDomain.us"&gt;http://myServerName.MyDomain.us&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The intent on this application is for it to be used by a number of agencies through VPN connections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice is much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 20:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685527#M17636</guid>
      <dc:creator>KeithNightlinger</dc:creator>
      <dc:date>2010-12-21T20:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Security Error - DNS Alias</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685528#M17637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure if this discusses your issue: &lt;/SPAN&gt;&lt;A href="http://efreedom.com/Question/1-3425974/Use-Machine-Names-WCF-Services-REST-Windows-Authentication"&gt;http://efreedom.com/Question/1-3425974/Use-Machine-Names-WCF-Services-REST-Windows-Authentication&lt;/A&gt;&lt;SPAN&gt; Do you also use windows authentication?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you also see if this is related? &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/3240-cannot-connect-to-rest-endpoint"&gt;http://forums.arcgis.com/threads/3240-cannot-connect-to-rest-endpoint&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not seen the same issue reported anywhere yet but the FAQ page here might help. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000009000000.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000009000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 00:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/strange-security-error-dns-alias/m-p/685528#M17637</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-12-22T00:46:53Z</dc:date>
    </item>
  </channel>
</rss>

