No worries series is designed to do just that – enable you to say “no worries”, just copy the code and fire it up. For the first post in the series, we’ll do two simple, but very common requirements using some web.config tricks. So, let’s get into it. Force HTTPS <system.webServer> <rewrite> <rules> <clear /> <rule name="Redirect to https"...
Three Web.config tricks – force HTTPS, force yes/no www subdomain
T