Q. What is the recommended method for securing sensitive connection string information? (Solved)
1. Encrypting the data in the application configuration file
2. Using a code obfuscator
3. Using Integrated Security (Windows Authentication)
4. Querying the user for his or her credentials at run time
- c. Using Integrated Security (Windows Authentication)