[Resolved]My Game is not loading from a server but loads in the localhost

Hi,

I have developed ,which is running well in a local machine and also in the LAN, but when the files are uploaded
to the server it stops loading at 86% ,when I see the console there are errors that some resources are missing.
But I have uploaded all files.

Maybe it caused by case sensitive. Some web servers are case sensitive.

Please check your resources name carefully.

Some server like IIS, you need to manually assign mime types to plist, tmx, ccb etc

I had troubles deploying on windows azure, so I change to amazon aws and everything goes ok.

Seems that Hao Wu have the solution, but I cannot change windows azure configuration.

Hello guys,

I have resolved this issue. It is because of case sensitivity of the variable names.
In windows servers it works fine but linux servers requires strictly case sensitive.

Great! Glad to know that.