Is there a way to change the login link in the navigation bar to always use SSL?
For situations where a user goes to the default page of the web site over HTTP, I would like the login link to change the protocol to HTTPS. I've changed the ApplicationURL to include HTTPS, but this does not redirect HTTP traffic to the HTTPS protocol.
I found this
post, but it doesn't cover redirection.
Thanks,
Jonathan