On 9 November 2010 12:37, shahin Movahedi <[email protected]> wrote: > Any ideas?
http://code.google.com/apis/maps/signup.html says "A single Maps API key is valid for a single "directory" or domain. See this FAQ for more information." FAQ is at http://code.google.com/apis/maps/faq.html#keysystem You must not include the filename or querystring in the key's url. Doing so will create an invalid key. The key is case-sensitive, which can cause problems for IIS users where the server is not case-sensitive. In this case, make a key which is as general as possible (just the domain, not even including www) -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
