Skip to content

Commit f384f1a

Browse files
Merge pull request #13121 from MicrosoftDocs/ghogen-patch-74
SFI: Add security note about connection strings
2 parents fc1feda + 6c4d1fe commit f384f1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/data-tools/create-a-sql-database-by-using-a-designer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ To complete this walkthrough, you need the **.NET desktop development** and **Da
6868

6969
1. On the **Choose your Database Objects** page, you see a message that says the database doesn't contain any objects. Choose **Finish**.
7070

71+
> [!CAUTION]
72+
> In a real application, you should store the connection string securely, as described in [Connection strings and configuration files](/dotnet/framework/data/adonet/connection-strings-and-configuration-files). For best security, use an authentication method that doesn't rely on storing a password in the connection string, such as Windows Authentication for an on-premises SQL Server database. See [Save and edit connection strings](how-to-save-and-edit-connection-strings.md).
73+
7174
### View properties of the data connection
7275

7376
You can view some of the properties of the *SampleDatabase.mdf* file by opening the **Properties** window of the data connection:

0 commit comments

Comments
 (0)