I'm going to tell you the answer, but you're going to think it's stupid (because it is): HTTP Redirection isn't installed by default when you install IIS 7. Take a moment to boggle over that one... Go ...
I was finally able to enable SSL on our Exchange server. But I wanted to redirect http requests over to the https page. I remeber I did this ages ago but can't remember how. My personal preference is ...
As Philip Jaske mentioned in his interview with Becky Nagel, one of the cool things in ASP.NET Core is the ability to rewrite incoming URLs to "fix up" a request. There are lots of reasons to do this, ...