0

My app and all the Sencha touch 2 example apps work perfectly (opening via desktop browser) when I host them on local IIS server, but when I copy the same code to an IIS instance running on Windows Server machine, I get this error on opening both touch examples as well as my app:-

GET http://servername/touch-2.3.1/examples/map/bootstrap.json 404 (Not Found)

This happens with all apps and the same code is running without errors on my local machine. Am I missing any configuration?

Sourabh86
  • 744
  • 10
  • 18

1 Answers1

1

Solved! I had not added json MIME type to the IIS server (as was specified in the tutorial). Still keeping the question if someone else makes the same mistake. Here is the stackoverflow answer to enable json mime type in IIS.

Community
  • 1
  • 1
Sourabh86
  • 744
  • 10
  • 18