Hi,
I am new to asp.net, until now i can't understand how to create usernames for my login page with memberships! I created login form and i have my own database that checks manually for username and password then based on a field ("usermenu") i am redirecting the users to the correct content. Now I am running into problems when trying to protect a folder using the <location> in web.config file. When i put for example <allow users"*"> and <deny users="?"> it will not work because i didn't use the builtin membership, is that correct! Could someone help me (so i don't have to redesign) so i can use the <location> in web.config file using my own user lists in my database?
Thanks.