Solved! Go to Solution.
"esri/map", "esri/layers/FeatureLayer", "esri/dijit/Legend", "esri/digit/Scalebar","esri/dijit/HomeButton", "dojo/_base/array", "dojo/parser", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dijit/layout/AccordionContainer", "dojo/domReady!"
"esri/map", "esri/layers/FeatureLayer", "esri/dijit/Legend", "esri/digit/Scalebar","esri/dijit/HomeButton", "dojo/_base/array", "dojo/parser", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dijit/layout/AccordionContainer", "dojo/domReady!"
map = new Map("map", {
basemap:"streets",
center: [-96.509, 38.367],
zoom: 14
});
Would this file just need to be added to a server that has IIS in the following location:
\\ServerName\c$\inetpub\wwwroot
in order to have a simple working web application?