The authentication mechanism of ASP.NET by default assumes you have a page called Login.aspx
in the root of your site that is used to let users log in. To be functional, the minimum that this
page requires is a Login control. If you want to use a different page, you can specify its path in the
element under like this: