Justin Walker

WEB DEVELOPER, CAT ENTHUSIAST, FAN OF VINTAGE COCKTAILS, TRAVEL, AND BREAKFAST BURRITOS

Simple forms authentication for Azure Websites

I needed a way to password-protect a staged version of a project I was working on that was up on azure websites. Normally I would use an .htpasswd but that doesn’t work on IIS. I found gist that someone had put together that was using forms authentication and I made it all bootstrappy.

Just place both files in the root of your project.

bootstrap login form


Load Comments