So, I ran into an issue where I needed to convert a ton of addresses to map points for use with a database. It’s not something that I have to do too often, but I decided to look through the documentation for Bing, Google, OpenStreet, and MapQuest API’s.
Configure IIS Logging
I always move my IIS logs to a different drive, and I almost always include all fields. This is something that annoys me since I have to do it over and over again. Just like everything that I have to do over and over again, I wrote a script to do it for me. The … Read more