Created
September 25, 2022 05:34
-
-
Save devmnj/78f7a72c7122430ae94bbeaf00072c14 to your computer and use it in GitHub Desktop.
MSQL connection string for Windows authentication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <connectionStrings> | |
| <add name="MyConnection" | |
| connectionString="Data Source=LAPTOP-J3H2M20O;Initial Catalog=mydatabase;Integrated Security=True"/> | |
| </connectionStrings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment