Troubleshoot JavaScript application

Once you've completed the configuration, verify that each service works properly. If the application or services do not display, do the following:

  • Check the configuration file (config.js) to ensure your services are entered properly.
  • Check to ensure field parameters and configuration parameters are correct.
  • Verify the correct AppPool is selected in IIS.
  • Verify all service URLs referenced in the configuration file are also referenced in the proxy file (proxy.config).
  • Verify the data frame is projected to Web Mercator Auxiliary Sphere (WKID 102100/3857) in each map document used to publish a service. The data may remain in the local projection.
  • If your application worked with the sample data and you are now implementing it for your own area, update the initial extent of the application in the configuration file.
Top