How to switch between HTTP and HTTPS in ASP.NET MVC2

[RequireHttps]
        public ActionResult LogOn()
        {
        .....
        }

Posted via email from solution revolution