FormAuthentication mode :
Suppose user request Application/LogOn , and LogOn page open in the browser ,
Now when user hit over login button , I check the username and password from DB values and If its correct then
redirect the user into Application/Home , If username and password not correct then show the alert box for
showing message that credentials are not correct .
Now my question is :
-
what is FormAuthentication .
-
How its differ from my above mention Scenario.
-
How do I implement it into my application , what changes I have to make over webconfig
and on my code .
Here’s a
nice guideto read about Forms Authentication.