I have a virtual machine in Azure and on that machine I have a IIS installed. On that IIS I have installed the URL Rewrite
module and redirect all HTTP calls to HTTPS.
The problem I am noticing is that my rule that I am creating is removed from time to time. Have anybody any clue to why this is happening and how I can do the redirection from HTTP to HTTPS instead in a way not using the URL rewrite module.
Thanks /Magnus