|
|
Switching Between HTTP and HTTPS Automatically Put this code in the Page Load event of ASP.Net If (Request.ServerVariables("HTTPS") = "off") Then Dim sname As String = Request.ServerVariables("SERVER_NAME") End If
|
|
|
Switching Between HTTP and HTTPS Automatically Put this code in the Page Load event of ASP.Net If (Request.ServerVariables("HTTPS") = "off") Then Dim sname As String = Request.ServerVariables("SERVER_NAME") End If
|