De hecho el servidor de internet se usa sólo para acceder a esa aplicación, no tiene otro uso así que yá estaría bien si cierran ese puerto directamente.
Igual aún no lo han hecho pero porsiaca yá le he puesto el condicional y funciona de coña
... por si a alguien le viene bien lo que puse fue...
Código:
if request.servervariables("https") = "off" then
dire = "https://" & request.ServerVariables("http_host") & request.ServerVariables("SCRIPT_NAME")
if request.ServerVariables("QUERY_STRING") <> "" then
dire = dire & "?" & request.ServerVariables("QUERY_STRING")
end if
response.Redirect(dire)
end if
Un saludo gracias otra vez