Hi. I've been googling for help on form authentication and have implemented something like what was written on this link, http://www.daniweb.com/forums/thread7049.html. I am having problems writing my requirements. What I need to do in my web application is setup about 4 users that doesn't change. Namely, Admin, Tech, Approver and User. Each user can only access selective web page(s). For example, Admin user have access to all the web pages. The Tech user can only access setup web pages. The Approver user can only a data entry web page but only have access on the approve checkbox on the page. The User user can only access data entry web page but cannot modify the data. Actually, there is a web page for searching that will be used to get to the data entry page, so this search page is the webpage that the Admin, Approver and User have t ...
Go to the complete details ...