Skip to content

Instantly share code, notes, and snippets.

@zenius
Created February 6, 2020 16:16
Show Gist options
  • Save zenius/c98631111db2ccb0e616fe1867ab39a3 to your computer and use it in GitHub Desktop.
Save zenius/c98631111db2ccb0e616fe1867ab39a3 to your computer and use it in GitHub Desktop.
adding connection string in .NET
<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