Handling Google Maps API Keys with ASP.NET MasterPages and Web.config
Friday, December 8th, 2006The Google Maps API requires you to generate a key that is tied to the URL where the map will be deployed. This can be inconvenient if the site exists in multiple places at the same time…as is the case in many development scenarios:
Develop
Test
Deploy
These three stages can also represent physical locations. Development is [...]