What is the recommended method for securing sensitive connection string information?
Question: What is the recommended method for securing sensitive connection string information? A. Encrypting the data in the application configuration file B. Using a code obfuscator C. Using Integrated Security (Windows Authentication) D. Querying the user for his or her credentials at run time Answer» c. Using Integrated Security (Windows Authentication) Note: The above multiple-choice…