<?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: Error Code 499, Token required in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519451#M13328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This means that your service is secured and you need to login before accessing to the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to use the IdentityManager. Two options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - challenge the user for username/password. The easiest way is to use the toolkit SiginDialog (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#SignInDialogSimple"&gt;see interactive SDK SignInDialog sample&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - generate a token for a predefined username/password using GenerateCredentialAsync and then add the credential to IM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 08:00:31 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2014-03-19T08:00:31Z</dc:date>
    <item>
      <title>Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519450#M13327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my web application I am loading map successfully . But now a days I am facing a problem with the error below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Code 499, Token required&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I solve this.?From Where I will get Token and In the below code how to apply?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;lt;esri:ArcGISDynamicMapServiceLayer ID="StreLayer" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.mapping" rel="nofollow" target="_blank"&gt;http://www.mapping&lt;/A&gt;&lt;SPAN&gt; Link here/MapServer"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer ID="AraLayer" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.mapping" rel="nofollow" target="_blank"&gt;http://www.mapping&lt;/A&gt;&lt;SPAN&gt; Link here/MapServer" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 11:58:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519450#M13327</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-18T11:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519451#M13328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This means that your service is secured and you need to login before accessing to the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to use the IdentityManager. Two options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - challenge the user for username/password. The easiest way is to use the toolkit SiginDialog (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#SignInDialogSimple"&gt;see interactive SDK SignInDialog sample&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - generate a token for a predefined username/password using GenerateCredentialAsync and then add the credential to IM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 08:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519451#M13328</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-03-19T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519452#M13329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for ur help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I Am using our service before 1 year back onwards. But Now only I am facing ths error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to avoid login screen from my customers. How can I do that?In the coding can I use Username and passowrd?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This means that your service is secured and you need to login before accessing to the service.&lt;BR /&gt;&lt;BR /&gt;You have to use the IdentityManager. Two options:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; - challenge the user for username/password. The easiest way is to use the toolkit SiginDialog (&lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#SignInDialogSimple"&gt;see interactive SDK SignInDialog sample&lt;/A&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; - generate a token for a predefined username/password using GenerateCredentialAsync and then add the credential to IM.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519452#M13329</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-19T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519453#M13330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for ur help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I Am using our service before 1 year back onwards. But Now only I am facing ths error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to avoid login screen from my customers. How can I do that?In the coding can I use Username and passowrd?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think Some security settings automaticaly changed from public to Private. How can I change that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This means that your service is secured and you need to login before accessing to the service.&lt;BR /&gt;&lt;BR /&gt;You have to use the IdentityManager. Two options:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; - challenge the user for username/password. The easiest way is to use the toolkit SiginDialog (&lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#SignInDialogSimple"&gt;see interactive SDK SignInDialog sample&lt;/A&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; - generate a token for a predefined username/password using GenerateCredentialAsync and then add the credential to IM.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 11:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519453#M13330</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-19T11:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519454#M13331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anybdy help me Pls...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondered Y this error happened suddenly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without changing the code ,Is it possible to solve the issue...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519454#M13331</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-19T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519455#M13332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can anybdy help me Pls...&lt;BR /&gt;I am wondered Y this error happened suddenly.&lt;BR /&gt;&lt;BR /&gt;Without changing the code ,Is it possible to solve the issue...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As your services are no more working without any clear explanations, first thing is to check that the issue is effectively coming from a secured service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to access to the service using a browser and check if you need to login to access to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 17:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519455#M13332</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-03-19T17:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519456#M13333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. When I use the browser for accesing my service(&lt;/SPAN&gt;&lt;A href="http://sitename:8000/arcgis/rest/services/..../ServiceName/MapServer"&gt;http://sitename:8000/arcgis/rest/services/..../ServiceName/MapServer&lt;/A&gt;&lt;SPAN&gt;) ,It is showing ArcGIS Server REST API Login screen&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But Pls note recently only It is asking for Login. Till two weeks back when I access the service ,It was not ask for login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didnt made any changes in the ESRI services Or Not did any setting changes in ESRI 10.01 Server.Only Windows update doing in the server system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Need Help Pls&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As your services are no more working without any clear explanations, first thing is to check that the issue is effectively coming from a secured service.&lt;BR /&gt;&lt;BR /&gt;Try to access to the service using a browser and check if you need to login to access to it.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 03:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519456#M13333</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-20T03:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519457#M13334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;But Pls note recently only It is asking for Login. Till two weeks back when I access the service ,It was not ask for login.&lt;BR /&gt;I didnt made any changes in the ESRI services Or Not did any setting changes in ESRI 10.01 Server.Only Windows update doing in the server system.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If the secured service is not expected, you should contact your server administrator to come back to a non secured service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway the issue is coming from the server side and not from the client side and SL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 07:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519457#M13334</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-03-20T07:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519458#M13335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank A lot for ur help dear friend. I have a very less knowledge in this. So let me ask u again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shall I contact our hosting company where the arcgis10.01&amp;nbsp; server and my website is hosted? If The answer is "Yes" What I will ask to them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the secured service is not expected, you should contact your server administrator to come back to a non secured service.&lt;BR /&gt;Anyway the issue is coming from the server side and not from the client side and SL.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 19:30:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519458#M13335</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-21T19:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519459#M13336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the secured service is not expected, you should contact your server administrator to come back to a non secured service.&lt;BR /&gt;Anyway the issue is coming from the server side and not from the client side and SL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear friend,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I restarted the machine . The problem solved. But dont know same issue will come again or not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we are calling services from different 3 websites. Will it make this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 05:51:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519459#M13336</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-23T05:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519460#M13337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the secured service is not expected, you should contact your server administrator to come back to a non secured service.&lt;BR /&gt;Anyway the issue is coming from the server side and not from the client side and SL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Friend,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I contacted our hosting company they said from thre side no any changes did. So again goal is in my court. How can I trace the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I restarted the machine . The problem solved temporally. But this issue I am expecting again. How can I solve this issue permanently?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need help...Pls...Without help I cannot solve it....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 10:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519460#M13337</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-24T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519461#M13338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can anybody help me to solve my issue permanent?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Friend,&lt;BR /&gt;&lt;BR /&gt;I contacted our hosting company they said from thre side no any changes did. So again goal is in my court. How can I trace the issue?&lt;BR /&gt;&lt;BR /&gt;When I restarted the machine . The problem solved temporally. But this issue I am expecting again. How can I solve this issue permanently?&lt;BR /&gt;I need help...Pls...Without help I cannot solve it....&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519461#M13338</guid>
      <dc:creator>JulieBiju</dc:creator>
      <dc:date>2014-03-26T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519462#M13339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;can anybody help me to solve my issue permanent?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I can't hlp on this matter. It's definitively not a Silverlight issue and I don't figure out how a service can switch from non secured to secured without action at server side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But you might have more chance to get an answer by posting your question on the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/214-ArcGIS-for-Server-General"&gt;server forum&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 09:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519462#M13339</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-03-26T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519463#M13340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just been through the same pain and all my googling lead me back to this post so I thought I'd do the right thing and post my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you need this patch:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/downloads/patches-servicepacks/view/productid/66/metaid/1991"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;http://support.esri.com/en/downloads/patches-servicepacks/view/productid/66/metaid/1991&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without it ArcServer will set all the services to private when it experiences load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked for me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 00:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519463#M13340</guid>
      <dc:creator>EliChadwick</dc:creator>
      <dc:date>2014-08-12T00:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error Code 499, Token required</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519464#M13341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was very helpful! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-code-499-token-required/m-p/519464#M13341</guid>
      <dc:creator>JamieThompson2</dc:creator>
      <dc:date>2014-08-28T13:28:32Z</dc:date>
    </item>
  </channel>
</rss>

