Avirup Das
Avirup Das

Reputation: 311

Google Chart not loaded when asp.net application is deployed in IIS7

The Google Chart (Timeline) is not loading whenever the project is deployed in IIS. Otherwise, when I am running the same from VS2010, its working fine. Any ideas?

Upvotes: 1

Views: 521

Answers (1)

Paritosh
Paritosh

Reputation: 4503

Do you know if the server it is not working on it possibly blocking access to the libraries needed by Google Maps? Maybe a proxy setting on the machine. We had a similar issue. My local machine was open to access information from outside our network, but the server (since it was an intranet site) was blocked from talking outside, so Google maps would work on my machine but not on the server. I ended up using highcharts.js instead.

Upvotes: 1

Related Questions