I am using ASPrunner 5.1 build 300. I have a problem which sounds simple but I am having trouble fixing it.
I have a table called "cl_register".
A user come to my site and view any pages without logging in.
I have a drop down menu where I have two submenu "Login" and "My profile"
If user click on Login. I display "login.asp" so a login page is displayed. That is fine.
Now if user click on "My profile" I display "cl_register_list.asp". If user is not logged in yet then following page is displayed:
"You don't have permissions to access this table Back to login page"
I have given "List/View" permission to <Guest> group on cl_register table. Also I have selected that user can view and edit their own record on security tab.
Here is what I want.
If user click on "My profile" without logging in. I do not want to dispay message "You don't have permissions to access this table Back to login page". Instead I want to display login.asp page.
How can I accomplish this. Is my approach correct?
Please give me a little hint and I think I should be able to work this out.
I appreciate you help.
Thanks a lot!!