RequireSSL
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, my web-application must run with requireSSL="true" on the web-server. But within my local environment, I use requireSSL="false". Is there a way I can switch this on and off dynamically come deployment? "If (! System.Environemnt.MachinName.Equals("MyLocalMachine")) { ... ? Hope to hear from you, many thanks, Morten