Personal Online Security 101

As a programmer, I take information security seriously because security needs to be baked into the process of developing web applications. For that reason, I try to keep up with recent security news and practices by following security experts such as Troy Hunt, listening to the Security Now podcast, and... [Read More]
Tags: security

Password Protecting Azure Websites Revisited

A couple years ago, I wrote about how to Password Protect Azure Websites with Basic Authentication. As I stated, I typically use basic authentication to password protect development or staging sites to block search engines and others from accessing the non-production sites. My post explained how I used a simple... [Read More]