Re-Hola

debe quedarte de esta manera
Cita: if estado= "vigente" then
sql="select Count (*) As Vigente from Prop_Ind where estado = 'Vigente'"
vigente=+1
%>vigentes<%response.Write(vigente)
elseif estado="Tramite" then
sql="select Count (*) As Tramite from Prop_Ind where estado = 'Tramite'"
Tramite=+1
%>Tramite<%response.Write(Tramite)
else
if Caduca="Caduca" then
ya que estas comparando una variable con letras, no con otras variables