Pues es que el html no tiene demasiado....
Código:
<%if session("Authenticated")<>1 then
Response.redirect("../default.htm")
end if
constr = application("cmdbconstr")
sql = "select aa, mm from vw_tResolucion group by aa,mm"
%>
<html>
<head>
<title>Tiempo Medio</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../CSS/mant.css">
</head>
<body>
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open constr
%>
<br>
<b>Tiempo de Resolución de Incidencias:</b><br>
<br><br>
<%
Set RS = Server.CreateObject("ADODB.Recordset")
rs.cursortype = adopenstatic
RS.Open sql, Conn
If RS.EOF then %>
y a continuación empieza el codigo que te he mandado