How can I set an allowed server variable in my web.config instead of applicationHost.config? – Asp.net
I'm running a non core ASP dotnet app on IIS 10. I'm configuring rewrite rules for https behind a load balancer per this config: https://www.jamescrowley.net/2014/03/07/ssl-termination-and-secure-cookiesrequiressl-with-asp-net-forms-authentication/ This is the part that confuses me: You’ll also need to add HTTPS to the…