A. Modify the connection string in the Web.config file to connect to the CRM database. B. Add new a SqlMembershipProvider to the Web.config file. C. Create a custom Membership Provider inheriting from MembershipProvider. D. Create a custom MembershipUser inheriting from MembershipUser.
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.