how to authenticate few web page in a site using forms authentication..?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi when ever i am using forms authentication to secure some particular pages of my site using forms authentication..i only mentioned the urls of those page which i want to be secured by structuring the web.config file as : location path="account.aspx" system.web :/authorization/ /deny users="?" / /authorization/ /system.web/ /localpath/ similarly i did for few pages of my site which i want to secure..but when i open other remaining pages..they are also being secured automatically(which i dont want..).....please help me to fix this problem.. its urgent.. thanks in advance
pradip kishore