Change Http To Https And Back
We use Ektron ( .net cms). We have certain pages that need to convert from http to https. I can’t use IIS to specify individual pages only aspx files that they use, thus this is my problem.
I am needing code behind for the aspx.cs file when a person lands on a certain page http://website.com/athletics/contactus/ the page redirects to https://website.com/athletics/contactus/. Also when the person leaves the https://website.com/athletics/contactus/ page it should revert back to http:// for all other pages.
Thanks for your help


