acouple of questions
Hi,
On my website I want two "levels" of users. I would like to have "admins" that can view protected pages, and can update the protected pages through a .asp page I built. But I only want the people classified as "users" to be able to view the protected pages, and not be able to access the update .asp page, because I don't want them to have the ability to update pages. I want to use an access database to store usernames and passwords. Is this possible?
Also, the update .asp page I built has multiple WYSIWYG editors embedded, and each one updates a certain page. I need the administrators to be able to update text and images. Is there any better way of going about this using ASP instead of multiple WYSIWYG editors?
Thank you
|