Method for securing sensitive connection string information - ASP.NET Security
Q. What is the recommended method for securing sensitive connection string information?- Published on 31 Aug 15a. 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: Using Integrated Security (Windows Authentication)