Created
February 6, 2020 16:16
-
-
Save zenius/c98631111db2ccb0e616fe1867ab39a3 to your computer and use it in GitHub Desktop.
adding connection string in .NET
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
<add name="YourConnectionString" connectionString="Data Source=YourDBServerAddress;Initial Catalog=DatabaseName;Persist Security Info=True;User ID=YourUserID;Password=YourPassword" | |
providerName="System.Data.SqlClient" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment