 |
Figure 1. Understand the ASP.NET Forms Authentication Process.
You can see in this flowchart how ASP.NET security processing works from start to finish. ASP.NET checks every request for authentication. If not authenticated, the user is sent automatically to the Login page defined in Web.Config, without requiring you to write any additional code. |