You are creating an ASP.NET application by using the .NET Framework 3.5.
You deploy the application on multiple servers in the same domain. All servers belong to the same Web farm.
You need to ensure that users have to log on only once to gain access to all the servers.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
A.
Configure the session-state section of the Web.config file of each server to use the StateServer option.
B.
Configure the membership section of the Web.config file of each server to change the password format from hashed to encrypted.
C.
Configure the machineKey section of the Web.config file of each server to set the validation and decryption keys to be the same for all servers.
D.
Ensure that the Web.config file of each server includes the same Windows user in the roles attribute of the allow subelement in the authorization element.
E.
Set the mode attribute to Forms in the authentication element of the Web.config file of each server. Add a forms subelement to the authentication element along with the appropriate configuration.