Hi All
I'm trying to implement forms authentication.My requirement is that I have a Admin folder that consists of set of pages.I want that the users with the role admin should only be allowed to view those pages. In the web.config I have given the location tag as :-
<location path="Admin"><system.web><authorization>
<allow Go to the complete details ...