Hello..
I'm hosting our sites on a small web farm and use the Shared Configuration feature to sych up IIS. We have a hardware load balancer where an SSL certificate is installed. We have an issue where the default 302 redirect functionality is redirecting to http (instead of https) if the url does not end in a slash. For example:
https://www.thedomain.com/Demo1 is getting redirected to http://www.thedomain.com/demo1/
I can solve this issue using the URL Rewrite Module but I cannot get it installed and have shared hosting enabled at the same time. I disabled shared hosting to install the module, and I've installed it on all the web servers. But as soon as I re-enable shared hosting the module disappears from IIS. Additionally, any site that has had a rule written for it (written while shared config was disabled) now throws a 505.19 Internal Server Error saying it doesn't recognize the elements that were added to the web config.
Any thoughts?
Thanks