I need to build a viewer app with a layer list of 40 + layers.
What is the best practice for publishing a web service for a web app that needs 40 or so layers? Should I publish one big map service and add each layer to the web map using the url and the corresponding index number? Or should each layer be published as an individual service?
Thanks in advance...