HTTP to HTTPS Redirect - IIS 8.5 not working properly
问题 I've read a number of posts here on SO as well as on the 'net (IIS blogs, etc.). I'm trying to force all connections going from domain.com to www.domain.com and at the same time forcing the request from HTTP to HTTPS . I'm using this set of rules and rewrites but the only thing happening is that it's redirecting fine but not redirecting to SSL. <!-- Redirect to HTTPS --> <rewrite> <rules> <rule name="Redirect to www" stopProcessing="true"> <match url="(.*)" /> <conditions trackAllCaptures=