Google News
logo
ASP.NET - Quiz(MCQ)
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?
A)
Auth.aspx
B)
Login.aspx
C)
Default.aspx
D)
LoginPage.aspx

Correct Answer :   Login.aspx


Explanation : 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.

Advertisement