What is the recommended method for securing sensitive connection string information?

Options
- Encrypting the data in the application configuration file
- Using a code obfuscator
- Using Integrated Security (Windows Authentication)
- Querying the user for his or her credentials at run time


CORRECT ANSWER : Using Integrated Security (Windows Authentication)

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement