I'm having a hard time with implementing SSL on this one particular page that uses asp.net wizard (The entire site does not require SSL, only a couple of pages.) My logic is such that if a page that requires SSL is not secure, redirect it to https version of it. The problem was that when the user navigates to the next step of the wizard, it would somehow redirect it to https version of it, which means my page would forever sit at first step of the wizard.
What should be my approach so that my asp.net wizard gets to the next step of the wizard and the page remains https?