A. Create a valid definition in the Web.config file. B. Set the passwordFormat attribute of the configured membership provider to Encrypted. C. Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to False. D. Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to True.
A. In the Web.config file, enable impersonation. B. In IIS, enable anonymous access. C. In IIS, disable anonymous access. D. In the Web.config file, set the authentication mode to Windows.
A. Add the OnClick event handler for the Login button to the code used in the custom user control. B. Add the OnClick event handler for the Login button to the code used in the Web Form where the control is added. C. In the Page_Load method of the Web Form, add a code segment to set the visibility of the TextBox and Button controls where the control is added. D. In the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.