Hi,
I define users and roles with the Web Site Administration Tool.
the checking for Login Authenticate is like this:
if (Membership.ValidateUser(Login1.UserName, Login1.Password))
{
e.Authenticated = true;
}
also I got another folder in the site called Admin
inside this folder I got admin.aspx page
and also a web.config file with this definition:
Go to the complete details ...