IIS 7 - allow http for part of site, https for rest?
- by Martin Clarke
In IIS 7, is there a way to set two urls on the same site to allow http and https, and the rest to be https only?
- http://mysite/url1 or https://mysite/url1 is accepted and stays on that protocol.
- http://mysite/url2 or https://mysite/url2 is accepted and stays on that protocol.
- any other item, i.e. http://mysite/whatever redirects to https://mysite/whatever
- https://mysite/whatever is accepted.
Edited because first question wasn't clear enough.