<?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 How to use Fiddler with local server in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277006#M3231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Runtime app that uses a map package and a geoprocessing package.&amp;nbsp; I'm getting "500 (Server Error)" on a particular machine that I can't duplicate anywhere else.&amp;nbsp; To help troubleshoot, &lt;SPAN style="line-height: 1.5;"&gt;I would like to capture traffic between the app and the local server that's spun up.&amp;nbsp; I'm not an expert at Fiddler and I'm having difficulty getting it to see that session.&amp;nbsp; Wasn't there a local server configuration tool in a past version of Runtime?&amp;nbsp; I can't find it now.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 15:39:01 GMT</pubDate>
    <dc:creator>MarkCederholm</dc:creator>
    <dc:date>2015-05-22T15:39:01Z</dc:date>
    <item>
      <title>How to use Fiddler with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277006#M3231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Runtime app that uses a map package and a geoprocessing package.&amp;nbsp; I'm getting "500 (Server Error)" on a particular machine that I can't duplicate anywhere else.&amp;nbsp; To help troubleshoot, &lt;SPAN style="line-height: 1.5;"&gt;I would like to capture traffic between the app and the local server that's spun up.&amp;nbsp; I'm not an expert at Fiddler and I'm having difficulty getting it to see that session.&amp;nbsp; Wasn't there a local server configuration tool in a past version of Runtime?&amp;nbsp; I can't find it now.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 15:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277006#M3231</guid>
      <dc:creator>MarkCederholm</dc:creator>
      <dc:date>2015-05-22T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Fiddler with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277007#M3232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure the LocalServer to capture http traffic you can run the LocalServerUtility from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files (x86)\ArcGIS SDKs\DotNet10.2.6\WindowsDesktop\bin\arcgisruntime10.2.6\LocalServer64\bin\LocalServerUtility.exe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files (x86)\ArcGIS SDKs\DotNet10.2.6\WindowsDesktop\bin\arcgisruntime10.2.6\LocalServer32\bin\LocalServerUtility.exe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 15:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277007#M3232</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-05-22T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Fiddler with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277008#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I found it and enabled logging and http debugging.&amp;nbsp; However, I'm still not seeing traffic in Fiddler, or logfiles.&amp;nbsp; Is there something else I need to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 16:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277008#M3233</guid>
      <dc:creator>MarkCederholm</dc:creator>
      <dc:date>2015-05-22T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Fiddler with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277009#M3234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp; I was testing this on my visual studio box first, and the Runtime copy under the debug directory apparently doesn't honor the settings.&amp;nbsp; I created a separate installation and that worked fine.&amp;nbsp; (To enable it in my Visual Studio project, I needed to update the deployment manifest.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 16:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-fiddler-with-local-server/m-p/277009#M3234</guid>
      <dc:creator>MarkCederholm</dc:creator>
      <dc:date>2015-05-22T16:26:56Z</dc:date>
    </item>
  </channel>
</rss>

