How to deploy Arcgis Javascript 3.3 API Library on IIS

783
2
02-17-2013 07:20 PM
kawwen_bin
New Contributor II
Got a problem deploying Arcgis Javascript 3.3 API Library. I would like to know how to deploy this library file on to MS IIS.
I have follow the installation instruction and I have confirm that the JavaScript files are accessible (By entering their URL in your Browser). Next I make the test app, as indicated in the installation file but the map does not display. Both IIS and REST server are hosted locally on a laptop without any Internet connection.

I would like to know what I have miss out and how to deploy the library file on to MS IIS.

Thank You.
0 Kudos
2 Replies
Udaya_BhaskerCheerala
New Contributor
Did you include the <script type="text/javascript" src="http://localhost/jsapi/arcgis/?v=3.3"></script> in your page?
0 Kudos
kawwen_bin
New Contributor II
Did you include the <script type="text/javascript" src="http://localhost/jsapi/arcgis/?v=3.3"></script> in your page?



Ya i did include the tag <script type="text/javascript" src="http://localhost:8080/arcgis_is_api/library/3.3/jsapi/js/init.js"></script>
My map does not even display...
0 Kudos