nicholasrogoff.com
Redirecting MVC controller to HTTPS if required
Check out this excellent blog on how to create a simple ActionFilterAttribute that handles redirecting to https:// if required. then just decorate your whole Controller ot ActionResult method with …