retoca esto
Código PHP:
Dim valor = rs3.Fields("f")
response.write valor &"<br>"
<%if CStr(valor)="1000000000" then%>
Entrada Normal
<%elseif CStr(valor)="2000000000" then%>
No identificado
<%elseif CStr(valor)="2000000000" then%>
Salida Normal
<%elseif CStr(valor)="4000000001" then%>
Salida Oficial
<%elseif CStr(valor)="4000000002" then%>
Regreso Salida Oficial
<%elseif CStr(valor)="6000000001" then%>
Salida Permiso
<%elseif CStr(valor)="6000000002" then%>
Entrada Permiso
<%end if%>
ademas podrias trabajar con Case en vez de if else...pero ese no es el problema...