Hi,
I am trying to create a restrict access to page function in ASP on Dreamweaver.
I have got an Admin table in the database which contains all required fields such as username, password, and Security Level.
When I try to implement restrict access to page, on one page say, the admin success login page, I also put a page for users in access denied page so they get to see another page.
But I when log in with either administrator or user, they both direct to the access denied page.
Even without implementing access levels, when I click on a page, which I only want members to see, since I have restrict access to page, the page will be restricted not only to visitors but also to logged in people.
Please help. I really don't know why this is happening.
Cheers.