CAM Sign-in

<%if Session("code") = 1 then '******************* '* Invalid sign-in * '******************* response.write("

Username and password combination is invalid.

") response.write("

Please check them and try again.

") elseif Session("code") = 2 then '*********************** '* Too many attempts * '*********************** response.write("

You have exceeded the maximum number of sign-in attempts allowed.

") end if if Session("code") <> 2 then%> <%end if%>