Select from following answers:- Store connection string settings to an encrypted configuration section.

- Store connection settings in Universal Data Link (UDL) files.
- Store connection string settings in the registry.
- All Above
ASP.NET provides a protected configuration that enables you to encrypt sensitive information in a designated section of the configuration file.
Connection strings embedded in your source code can be read using the MSIL Disassembler (Ildasm.exe).
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator