Is it possible to put every program code in our own web server & How. Because the computer in the office cannot assessing the internet in all the time.
anybody able to configure the ArcGIS API for Javascript on IIS 7.5. I followed the install steps but could not able to get this working.
I copied Whole folder to C:\inetpub\wwwroot and after that made some changes in esri.js, dojo.xd.js , dojo.xd.js.uncompressed.js.
Added Default.ashx and after that tried to access this library from: http://<myserver>/arcgis_js_api/library/2.8/arcgis/ but got HTTP Error 404.0 - Not Found
there is no folder named as arcgis. Am i missing something?
the install document says:
"The instructions below assume that you are installing the ArcGIS JavaScript API library in the following location on an IIS Web Server, "http://<myserver>/arcgis_js_api/library/2.8/arcgis/" "
What does that mean? Do i need to create to Webapp named as arcgis?