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