I am wondering if there is a way to make sure that ASP.NET application can only be started using the HTTPS protocol
I am fine with any code (perhaps defensive programming?) That can do the trick or maybe some IIS / web server settings that can do the job.
source
share