I have followed the steps on how to install and test your API on windows see instructions below
Install the Build
- Open
<SPAN style="color: #595959; font-family: Consolas; font-size: medium;">C:\Inetpub\wwwroot\arcgis_js_api\library\4.4\dojo\dojo.js</SPAN> in a text editor and search for the text <SPAN style="color: #595959; font-family: Consolas; font-size: medium;">[HOSTNAME_AND_PATH_TO_JSAPI]</SPAN>, and replace this text with <SPAN style="color: #595959; font-family: Consolas; font-size: medium;"><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">https://www.example.com/arcgis_js_api/library/4.4/</A></SPAN>.
Test the Install
Now you should be able to access the ArcGIS JavaScript library from your web server using the following URL:
<SPAN><SPAN style="font-size: medium;"><SPAN style="color: #000080;"><</SPAN><SPAN style="color: #008080;">script</SPAN></SPAN><SPAN style="color: #000080; font-size: medium;"> </SPAN><SPAN style="color: #000080; font-size: medium;">src</SPAN><SPAN style="color: #000080; font-size: medium;">=</SPAN><SPAN style="color: #dd1144; font-size: medium;"><SPAN>"</SPAN><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">https://www.example.com/arcgis_js_api/library/4.4/dojo/dojo.js</A><SPAN>"</SPAN></SPAN><SPAN style="color: #000080; font-size: medium;">></SPAN></SPAN><SPAN><SPAN style="font-size: medium;"><SPAN style="color: #000080;"></</SPAN><SPAN style="color: #008080;">script</SPAN></SPAN><SPAN style="color: #000080; font-size: medium;">></SPAN></SPAN>
Test your install. You can use the following test code to validate your JSAPI library install.
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 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.<CODE><SPAN style="color: #595959; font-size: medium;">-----------------------------------------------------------------------------
</SPAN>