it should work in server also.for local host key is not required.do u
register in Google with right context path for key.
plz check is there any gap's between key and value.r u using key properly in
your code.iam also faced the same problem
bcoz iam not using properly.plz check your side,Google map key will work in
server ,i implemented googleMap integration in
our application.


-- 
Thanks&Regards
Rajesh Sirangu |Associate.

On Tue, Feb 10, 2009 at 4:10 PM, bharath <[email protected]> wrote:

>
> txtAPIKey.Text = ABQIAAAA1xDEp4Z5pBakcpFesb9bxRSa8FVwtqu6vwrooGZTC0qa-
> WqkDhR5c0b35OVU-Ez6q0yJyHTMl-xRQw";
>
>        GooglePoint GP = new GooglePoint();
>
>        string area = Session["areamap"].ToString();
>        string city = Session["citymap"].ToString();
>        string country = Session["countrymap"].ToString();
>        string state = Session["statemap"].ToString();
>        string total = area + "," + city + "," + state + "," +
> country;
>        txtAddress.Text = total;
>        GP.Address = txtAddress.Text;
>
> THIS CODE IS WORKING IN LOCAL , AND MAP IS SHOWING.....BUT IN SERVER
> IT IS NOT DISPLAYING , ONLY ERROR MESSAGE IS COMING AS
>
> "The Google Maps API key used on this web site was registered for a
> different web site. You can generate a new key for this web site at
> http://code.google.com/apis/maps/.";
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to