hi, im in a school project that links a student with a company... so i got linked to one that uses iis/sql server etc, so I am learning on the go asp.net...
to do the login thing i used the web.config file, heres the relevant part:
<authentication mode="Forms"> <forms loginUrl="entrada.aspx"></forms></authentication><authorization> <deny users="?"/></authorization>
i didnt use roles becasue i couldnt make vs.net use sql server 2005 with its included roles and security and all that (i didnt install ex ...
Go to the complete details ...