<?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 4.4 api on webSever IIS in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66542#M5845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;A href="http://www.example.com"&gt;www.example.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is just an example url not the actual url you should be using. You should use your machine name or localhost. So for example on my machine the base Url would be: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgislap183%2Farcgis_js_api%2F4.4%2Fdojo" rel="nofollow" target="_blank"&gt;http://gislap183/arcgis_js_api/4.4/dojo&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 13:24:50 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-08-21T13:24:50Z</dc:date>
    <item>
      <title>Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66537#M5840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have followed the steps on how to install and test your API&amp;nbsp; on windows see instructions below&lt;/P&gt;&lt;H2 id="toc-hId--1328544583"&gt;Install the Build&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;Open &lt;CODE&gt;&lt;SPAN style="color: #595959; font-family: Consolas; font-size: medium;"&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\4.4\dojo\dojo.js&lt;/SPAN&gt;&lt;/CODE&gt; in a text editor and search for the text &lt;CODE&gt;&lt;SPAN style="color: #595959; font-family: Consolas; font-size: medium;"&gt;[HOSTNAME_AND_PATH_TO_JSAPI]&lt;/SPAN&gt;&lt;/CODE&gt;, and replace this text with &lt;CODE&gt;&lt;SPAN style="color: #595959; font-family: Consolas; font-size: medium;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.example.com%2Farcgis_js_api%2Flibrary%2F4.4%2F" target="_blank"&gt;https://www.example.com/arcgis_js_api/library/4.4/&lt;/A&gt;&lt;/SPAN&gt;&lt;/CODE&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;H2 id="toc-hId--441040902"&gt;Test the Install&lt;/H2&gt;&lt;P&gt;Now you should be able to access the ArcGIS JavaScript library from your web server using the following URL:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: medium;"&gt;&lt;SPAN style="color: #000080;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;script&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: medium;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: medium;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: medium;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #dd1144; font-size: medium;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.example.com%2Farcgis_js_api%2Flibrary%2F4.4%2Fdojo%2Fdojo.js" target="_blank"&gt;https://www.example.com/arcgis_js_api/library/4.4/dojo/dojo.js&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: medium;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: medium;"&gt;&lt;SPAN style="color: #000080;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;script&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: medium;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Test your install. You can use the following test code to validate your JSAPI library install.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;CODE&gt;&lt;SPAN style="color: #595959; font-size: medium;"&gt;-----------------------------------------------------------------------------
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/CODE&gt;
This is my local drive where I have installed it;
C:\inetpub\wwwroot\arcgis_js_v44_api . Also made the necessary changes to dojo.js as advised.
The next stage was to use a test.html to see if it works.
Where I ‘m a bit confused now&amp;nbsp; how do I point the URL to my test.html to be able to view in internet explorer.
I have open the test.html using C:\inetpub\wwwroot\arcgis_js_v44_api\test.html, and isn’t right.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 15:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66537#M5840</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2021-12-12T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66538#M5841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You have IIS installed so use your web server instead of trying to use physical paths.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i.e. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2F" rel="nofollow" target="_blank"&gt;http://localhost/&lt;/A&gt;&lt;SPAN style="background-color: #ffffff; font-size: 14px;"&gt;arcgis_js_v44_api/&lt;SPAN&gt;test.html&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66538#M5841</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-17T15:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66539#M5842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Scheitlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so should I use this url; &amp;nbsp;&lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2F" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;http://localhost/&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 14px; background-color: #ffffff;"&gt;arcgis_js_v44_api/&lt;SPAN&gt;test.html?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks for&amp;nbsp; your help!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 09:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66539#M5842</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-18T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66540#M5843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. Did you try it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 12:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66540#M5843</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-18T12:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66541#M5844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Scheitlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did try it but not working, don't know what I' m doing wrong;&lt;/P&gt;&lt;P&gt;with the dojo.js, this is how I have made the changes as advised&lt;/P&gt;&lt;P&gt;baseUrl:"&lt;A href="https://www.example.com/arcgis_js_api/library/4.4/dojo"&gt;https://www.example.com/arcgis_js_api/library/4.4/dojo&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I change the test.html to example.html?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could this be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 08:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66541#M5844</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-21T08:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66542#M5845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;A href="http://www.example.com"&gt;www.example.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is just an example url not the actual url you should be using. You should use your machine name or localhost. So for example on my machine the base Url would be: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgislap183%2Farcgis_js_api%2F4.4%2Fdojo" rel="nofollow" target="_blank"&gt;http://gislap183/arcgis_js_api/4.4/dojo&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66542#M5845</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-21T13:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66543#M5846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A _jive_internal="true" data-avatarid="5372" data-externalid="" data-online="false" data-presence="null" data-userid="3101" data-username="rscheitlin" href="https://community.esri.com/people/rscheitlin"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Robert Scheitlin, GISP&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66543#M5846</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-21T13:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66544#M5847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did made the changes to my dojo, changed it to my machine name; baseUrl:"&lt;A href="https://PC70724/arcgis_js_api/library/4.4/dojo"&gt;https://PC70724/arcgis_js_api/library/4.4/dojo&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;and then used the url below to open return html&lt;/P&gt;&lt;P&gt;&lt;A href="https://pc70724/arcgis_js_v44_api/RETURN.html"&gt;https://pc70724/arcgis_js_v44_api/RETURN.html&lt;/A&gt; but still unable to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66544#M5847</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-21T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66545#M5848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What is RETURN.html?... Isn't that suppose to be test.html? Also have you enabled your IIS for https? If not then switch to http.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66545#M5848</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-21T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66546#M5849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return.html was my test.html. I have made the changes to http, it works using google chrome and edge, firfox. but can't get it to work using IE(internet explorer.) this has always been the issue, I was hoping to get to resolve the IE issue, not able to view Mapview in IE except from google chrome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66546#M5849</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-21T20:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66547#M5850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What are the errors presented in the developer tools web console when in IE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66547#M5850</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-21T20:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66548#M5851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not show any error, it just comes up with a blank mapview window when opened with IE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 10:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66548#M5851</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-22T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66549#M5852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Henry,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; Is IE running in compatiblity mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 11:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66549#M5852</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-22T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66550#M5853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think so, How&amp;nbsp; do I find that out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 12:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66550#M5853</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-22T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66551#M5854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You do Not want compatibility mode:&lt;/P&gt;&lt;OL style="color: #323232; font-size: 14px; margin: 20px 0px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Open IE's settings; this is usually a gear icon on the top right&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Select 'Compatibility view settings'&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Deselect 'Display intranet sites in&amp;nbsp;Compatibility View'&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Another way to ensure that your app does not run in compatibility mode is to use a meta tag:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;html&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;head&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;meta&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;http-equiv&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;X-UA-Compatible&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;content&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;IE&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;edge&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66551#M5854</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T22:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript 4.4 api on webSever IIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66552#M5855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert Scheitlin you have answered my question. Please take a look at my question&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/199963-use-popup-template-in-searchwidget-geocoder?sr=inbox"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;use popup template in searchwidget geocoder&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; the code is a geocoding service, you click anywhere in a map it displays addresses + xy coordinates, what I want to get to is to get the xy coordinates to be displayed as a table just like my other code you helpled with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 10:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-4-4-api-on-websever-iis/m-p/66552#M5855</guid>
      <dc:creator>Henryobaseki</dc:creator>
      <dc:date>2017-08-23T10:51:27Z</dc:date>
    </item>
  </channel>
</rss>

