<?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: Secure services, proxy.ashx and .NET 3.5 vs. 4.0 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65219#M1634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed it, though it wasn't a problem with anything except my setup.&amp;nbsp; If anyone is experiencing a similar issue, our IIS server somehow had regained Anonymous Access privileges for the rest services virtual directory, despite the services being secured at the ArcGIS Server Manager level.&amp;nbsp;&amp;nbsp; This isn't the first time I've dealt with "creeping permissions" on this server, I guess they like to keep me on my toes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as why it works in 3.5 with that configuration but not 4.0, I'll leave that to the smart people &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>Tue, 12 Apr 2011 03:25:59 GMT</pubDate>
    <dc:creator>StevenSchuldt</dc:creator>
    <dc:date>2011-04-12T03:25:59Z</dc:date>
    <item>
      <title>Secure services, proxy.ashx and .NET 3.5 vs. 4.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65217#M1632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe this has been posted about before, but I didn't find a clear answer.&amp;nbsp; My issue is that using the basic proxy.ashx handler with basic authentication on Secured ArcGIS services (as advised in &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Secure_services.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Secure_services.htm&lt;/A&gt;&lt;SPAN&gt;), it works fine under the .net framework 3.5, however if I switch the web app which hosts the silverlight app to the 4.0 framework the same requests directly through the proxy.ashx handler will return a 499 Unauthorized access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I admit there is more debugging that I could do before posting here, but I'm currently waiting on some configuration work to be done on one of our servers before I can proceed with that, and was hoping somebody had a quick answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So basically, does anyone have a proxy.ashx handler working with basic authentication and the .net framework 4.0?&amp;nbsp; If so, was there any configuration you needed to do which was different than the default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I should also note that I'm attempting to use this in a WCF enabled silverlight application with Telerik Open Access ORM, which did make configuration changes to the web app, but I was hoping somebody might know the exact setting causing the issue without me going to hunt it down.&amp;nbsp; One can always hope &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 19:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65217#M1632</guid>
      <dc:creator>StevenSchuldt</dc:creator>
      <dc:date>2011-04-11T19:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Secure services, proxy.ashx and .NET 3.5 vs. 4.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65218#M1633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that you are going to have to dig some more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use SL in conjunction with an ASP.NET 4.0 web application which hosts a proxy using custom authentication.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 01:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65218#M1633</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-04-12T01:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Secure services, proxy.ashx and .NET 3.5 vs. 4.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65219#M1634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed it, though it wasn't a problem with anything except my setup.&amp;nbsp; If anyone is experiencing a similar issue, our IIS server somehow had regained Anonymous Access privileges for the rest services virtual directory, despite the services being secured at the ArcGIS Server Manager level.&amp;nbsp;&amp;nbsp; This isn't the first time I've dealt with "creeping permissions" on this server, I guess they like to keep me on my toes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as why it works in 3.5 with that configuration but not 4.0, I'll leave that to the smart people &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>Tue, 12 Apr 2011 03:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/secure-services-proxy-ashx-and-net-3-5-vs-4-0/m-p/65219#M1634</guid>
      <dc:creator>StevenSchuldt</dc:creator>
      <dc:date>2011-04-12T03:25:59Z</dc:date>
    </item>
  </channel>
</rss>

