In Chapter 1, I introduced the concept of authentication. ASP.NET has several built-in options for authentication. The default
is Windows authentication, which utilizes the same credentials as those used to log in to your Windows computer or network.
In this chapter, you will use forms authentication. As the name implies, forms authentication requests authentication information
from users via a form, as shown in Figure 6-1.