Answer the question
In order to leave comments, you need to log in
How to force IIS not to redirect from HTTPS to HTTP?
Set up a binding for the site on HTTPS. But when you go to https://domain.com , it redirects to http.
In web.config ssl is enabled
<add key="SSLIsAvailable" value="true" />
<add key="SSLIsRequiredByWebServer" value="true" />
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question