How can I call RedirectToAction and set http or https destination in it ?
EDIT: I have website, adn obly one page uses https protocol, after I visited it asp.net mvc url engine begin use https protocol anywhere. I have to redirect from this page using http protocol, but by default mvc generate all using https (actionlinks on page, or redirecttoaction using). sorry for my english =)