Select from following answers:- .ASPZ
- .ASPXA
- .ASPXAUTH

- All Above
If no name is specified the default is .ASPXAUTH. Here's how you do it :-
<system.web>
<authentication mode= "Forms">
<forms loginUrl="MyLoginForm.aspx" />
</authentication>
</system.web>
Show Correct Answer
|
Alert Moderator