... mhm ... prova a separarli...

codice:
If re.Test(username) = False 
Response.Write "Inserire username alfanumerica"
response.end
end if

if re.Test(password) = False Then
Response.Write "Inserire password alfanumerica"
response.end
end if
anche se suggerirei un ".redirect" per gestire l'errore in separata sede...