Windows Authentication in asp.net c#
In windows authentication, if i want to give access of 'Form1' to Role 'A' and access of 'Form2' to Role 'B' then i should have to mention both the pages in different location tag. Is it correct? Is there any other option as i have many forms?