authentication
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
HI guys, i have added the following code snippet in the web.config to authenticate the users. but the problem is this,in form authentication mode can we have a page which can skip this authentication check. i.e. i would like to exempt one form from the authentication check. would you tell how i can make it possible. thanks in advance. sebastian
-
HI guys, i have added the following code snippet in the web.config to authenticate the users. but the problem is this,in form authentication mode can we have a page which can skip this authentication check. i.e. i would like to exempt one form from the authentication check. would you tell how i can make it possible. thanks in advance. sebastian
-
thank you