Can logon page be skipped if form authentication is used?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
In ASP.NET if a application is using Form Authentication ,and if the user skips the login page and directly tries to browse the inner page using its link what will happen?Will the authentication be violated by the user?