How can I change the URL scheme to https? In other words, my IIS express needs to do a redirect fromhttp://localhost to https://localhost when I change authentication mode from allow to deny in web.config file. The project will ask for authentication and ADFS requires it running on SSL. I checked my IIS application host configuration. It contains both http and https binding. I do not think that applicationhost.config has any problem. I change requireSsl to false but it does not seem to work. In project properties, I have SSL set to true. I have a similar problem as in this post but it seems that the solution is not the same. http://stackoverflow.com/questions/13386375/having-problems-using-iis-express-ssl-with-vs2012-and-a-team
↧