Hello, I have a site on Azure and secured the login and registration pages with SSL. I have set SSL to enforced so that the pages are not accessable in http.
So far so good but I want to transmit cookies over https so I set requireSSL=”true" in the forms authentication part of the web.config.
Site returns "The page cannot be displayed because an internal server error has occurred." Something is wrong but I have no idea how to fix this.
Mariëtte