<?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: javascript api 3.2 setup with iis in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375124#M34828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you've got it working &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>Wed, 07 Nov 2012 19:18:14 GMT</pubDate>
    <dc:creator>__Rich_</dc:creator>
    <dc:date>2012-11-07T19:18:14Z</dc:date>
    <item>
      <title>javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375117#M34821</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'm currently trying the install the arcgis javascript api 3.2 locally&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-I have done the modification to the init.js and dojo.js following the instruction found in the sdk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-I have added the init.js file in the iis documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-I have tested and no map is display, and if I turn back to the CDN it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does someone can tell me what I have to do the make the javascript API to work with IIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375117#M34821</guid>
      <dc:creator>EricLussier</dc:creator>
      <dc:date>2012-11-06T15:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375118#M34822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you add the supplied handler to the default documents list for the directory?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375118#M34822</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-11-06T15:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375119#M34823</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;The only thing I have done after I modified the init.js and dojo.js is to add the init.js in the default documents in the IIS Default Web Site properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me how to add the suppiled handler&amp;nbsp; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375119#M34823</guid>
      <dc:creator>EricLussier</dc:creator>
      <dc:date>2012-11-06T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375120#M34824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I may be out of date!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like the days of a handler (e.g. default.ashx) being employed to return the core API are gone and these days you point your script element directly at init.js instead.&amp;nbsp; (The "Deploy a handler" that used to be in the install.htm documentation has been removed...the handler.ashx is still in the zip though)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this mentioned in the What's New pages somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget you have to explicitly link to esri.css in v3.2 - &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/whats_new.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/whats_new.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you got any developer tools to hand e.g. Firebug (in FF) or the built-in tools in Chrome, IE etc. (pressing F12 should launch them) then when you load your page do they report any errors on the network log or in the console?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 08:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375120#M34824</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-11-07T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375121#M34825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rich,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the esri.css set in the html page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In IIS default document:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I used Default.ashx, I get a ReferenceError: dojo is not defined (in firebug).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I used init.js, I'getting no error (in firebug), but not map displays.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no mention on what's new 3.2 about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375121#M34825</guid>
      <dc:creator>EricLussier</dc:creator>
      <dc:date>2012-11-07T12:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375122#M34826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Rich,&lt;BR /&gt;&lt;BR /&gt;I have the esri.css set in the html page.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In IIS default document:&lt;BR /&gt;&lt;BR /&gt;When I used Default.ashx, I get a ReferenceError: dojo is not defined (in firebug).&lt;BR /&gt;&lt;BR /&gt;When I used init.js, I'getting no error (in firebug), but not map displays.&lt;BR /&gt;&lt;BR /&gt;There is no mention on what's new 3.2 about this.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't suppose you can post your code?&amp;nbsp; (have you checked the network log to see if anything's failing to download?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 14:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375122#M34826</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-11-07T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375123#M34827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rich,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The cause of the problem was a mistake in the path I had put in the dojo.js ans init.js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 17:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375123#M34827</guid>
      <dc:creator>EricLussier</dc:creator>
      <dc:date>2012-11-07T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: javascript api 3.2 setup with iis</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375124#M34828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you've got it working &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>Wed, 07 Nov 2012 19:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-2-setup-with-iis/m-p/375124#M34828</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-11-07T19:18:14Z</dc:date>
    </item>
  </channel>
</rss>

