0
Reply

how to grant admin previledge to a user in forms authentication..

Pradip Kishore

Pradip Kishore

Feb 3 2007 2:45 AM
1.9k

Hi
i have used forms authentication for securing  some of the web pages of my site.i want to grant admin previledge to one of the user so that he will be only having access to admin.aspx...for that i have modified my web.config as follows:
..location path="admin.aspx"..
..system.web..
..authorization..
..allow users="admin"..
..deny users="*"..
...authorization..
..systeb.web..

can anybody help me how can i configure only one user to have access to admin.aspx...since my site is forms authenticated..now any user can access to admin.aspx...so how can i configure admin status for a particular user..
its urgent..
thanks in advance..