Login.aspx name of login form so you do not have to modify Web.config file - ASP.NET Security
Q. You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?- Published on 16 Jun 15a. Login.aspx
b. LoginPage.aspx
c. Default.aspx
d. Auth.aspx
ANSWER: Login.aspx
If no filename is specified in the Web.config file, ASP.NET redirects unauthenticated users to the Login.aspx page, regardless of whether the page exists.