hi all
I have used Google map in my application.
its work very well on local application in visual studio but not worked in IIS through another PC.
it gives error like :
"this website needs a different Google MAPS API key.a new key can be generated at http://Code.google.com/apis/maps/."
i have already generated new api key in my application .
but still same error occurred when its running from another PC.
once again its working fine in my pc but not work from another PC.
pls give me solution ASAP
thanks in advance
Talha Karkun
Loading
Manikavelu VelayuthamPosted Oct 15, 2010, 3:21 AM
In my case i have a table in my database, which has the three different keys for each server.
One key for localhost
another key for production server
another key for staging server.
based on the server, key will be mapped.
Like that you need to do.
talha karkunPosted Oct 15, 2010, 3:16 AM
thnks for reply
but my site is working in iis not on hosting server.like URL is
http://talha/test/test.aspx
and i got above error.
i already take API for above URL but still it didn't work..
i have use google map on test.aspx page..
pls give me solution immediately.
Thanks in advance
Manikavelu VelayuthamPosted Oct 15, 2010, 2:35 AM