I have an Azure VM with IIS8 and the URL rewrite module installed. I have a single website configured, with both default http (80) and https (443) bindings (for all unassigned traffic).
Both http and https work fine and load the website, however, when I apply some kind of HTTP to HTTPS redirect both http://mydomain and https://mydomain stop working.
I have tried using the standard HTTP Redirect module and I've tried to create a rule using URL Rewrite using the following: http://www.meltedbutter.net/wp/?p=231
Thanks for any ideas:)
Still not sure what caused the issue, but at some point I could get the redirect to work on the subdomain, but the virtual dir/application still wouldn't redirect. Eventually decided to delete and recreate the virtual dir. and that 'fixed' the problem