<?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: using proxy.ashx in silverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478783#M12364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The steps defined here are similar to what you need to do to set up your proxy page&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#//01770000001s000000"&gt;http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#//01770000001s000000&lt;/A&gt;&lt;SPAN&gt;. You need to edit proxy.config to include your service url.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2011 13:34:34 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-10-17T13:34:34Z</dc:date>
    <item>
      <title>using proxy.ashx in silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478780#M12361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ecarson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the silverlight proxy.ashx and proxy.config provided by esri to use secure services (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/SLProxyPage.zip"&gt;http://help.arcgis.com/en/webapi/silverlight/help/SLProxyPage.zip&lt;/A&gt;&lt;SPAN&gt;) with out any success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The proxy.ashx and config are located in the root directery of the application folder and I can call the proxy page eg &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;/app/proxy.ashx?ping for which I get the "Hello proxy" webpage return.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I can't call any of the services listed in the conifg file eg &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;/arcgis/proxy.ashx?&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;/arcgis/rest/services/ or &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.bing.com/"&gt;http://www.bing.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get HTTP 500 Internal Error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I reference the ProxyUrl="../proxy.ashx" for the service in silverlight I get the following errors from the initialisation failure (attached).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Elliott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478780#M12361</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-10-14T07:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: using proxy.ashx in silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478781#M12362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked at this documentation? &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000022000000.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000022000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478781#M12362</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-10-14T16:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: using proxy.ashx in silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478782#M12363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ecarson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have reviewed this web page before, this is the page that I accesssed the proxy files from. However it does not provide me with a solution to the problem that is occuring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any additional help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Elliott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 00:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478782#M12363</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-10-17T00:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: using proxy.ashx in silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478783#M12364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The steps defined here are similar to what you need to do to set up your proxy page&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#//01770000001s000000"&gt;http://help.arcgis.com/en/webapps/silverlightviewer/help/index.html#//01770000001s000000&lt;/A&gt;&lt;SPAN&gt;. You need to edit proxy.config to include your service url.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 13:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478783#M12364</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-10-17T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: using proxy.ashx in silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478784#M12365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ecarson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your reply Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've gone through the steps outlined in the second web link you've supplied. Unfortunately this also did not produce a favourable outcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I've generate a token placed it in the silverlight app to make sure it works. Then I've alter the silverlight app pointing to the new proxy page, put the token in the config file and referencing the service, but I get the error below. Even if the service is completely open I still receive the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Webpage error details&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Timestamp: Tue, 18 Oct 2011 02:03:12 UTC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Message: Unhandled Error in Silverlight Application Error 0x17E0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Debugging resource strings are unavailable. See &lt;/SPAN&gt;&lt;A href="http://go.microsoft.com/fwlink/?linkid=106663&amp;amp;Version=4.0.60531.0&amp;amp;File=mscorrc.dll&amp;amp;Key=0x17E0"&gt;http://go.microsoft.com/fwlink/?linkid=106663&amp;amp;Version=4.0.60531.0&amp;amp;File=mscorrc.dll&amp;amp;Key=0x17E0&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;at SSLMapImgExt.MainPage.Image_Layer_InitializationFailed(Object sender, EventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Client.Layer.OnInitializationFailed(EventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.Layer.Initialize()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Client.ArcGISImageServiceLayer.MapServiceInfoInitFailed(Object sender, RestFaultEventArgs args)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Client.Services.MapService.CheckForFault(DownloadStringCompletedEventArgs e, Exception&amp;amp; ex)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Client.Services.MapService.wc_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Line: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Char: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Code: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;URI: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;/app/app1.html&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any additional help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Elliott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 01:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-proxy-ashx-in-silverlight/m-p/478784#M12365</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-10-18T01:14:18Z</dc:date>
    </item>
  </channel>
</rss>

