Always Require SSL

In the web.config file, set the value of requireSSL entry to true in the web.config file

<add key="requireSSL" value="true" />

Last updated

Was this helpful?