Hi thing i have the same problem. I am working whit aspedit in a website backoffice , but i dont have user management table which contains the all the regular users and admins. To protect de page i just use this
<%
If Request.cookies("autenticacao")("anome") <> "teste" or _
Request.cookies("autenticacao")("asenha") <> "teste" then
response.redirect
http://www.google.comend if
%>
How can i upload imagens, swf or files in any login page?
Thanks in advance for any help!
C.C.