manishsawant
MIS
Hi,
I want to create a component where in every web request should pass through the component and the component should decide whether the user has got permission to view the page contents or not.
For example in case there are 2 users, user1 has got permission to view url and user2 has got permission to view Now if user1 try to view then he should be given a message that he is not authorized to view this page.
I want to store permissions in database with forms authentication. I am using .net 2.0 and SQL Server 2000.
Can anyone give me a idea on how this can be done.
Thanks,
Manish
I want to create a component where in every web request should pass through the component and the component should decide whether the user has got permission to view the page contents or not.
For example in case there are 2 users, user1 has got permission to view url and user2 has got permission to view Now if user1 try to view then he should be given a message that he is not authorized to view this page.
I want to store permissions in database with forms authentication. I am using .net 2.0 and SQL Server 2000.
Can anyone give me a idea on how this can be done.
Thanks,
Manish