How can I enforce that when I direct to specific page, for example: tblCustomers_list.asp, the user will first get this page in guest mode - read only (without getting the login page first). If someone wants to perform any action that requires authentication, he will click the "Log out" link in the Guest view page and will get the login page.
Since most of the users suppose only to view the table (get in as guests) I want that the user will not even get the login page - that may make him confused. Those who have special privilleges will know about their login option.
How to do that?
Thanks