Last active
November 17, 2023 14:48
-
-
Save gokhansobaci/f5182bb38b2e746b8499d49f21da8733 to your computer and use it in GitHub Desktop.
Connection Strings
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="blog" providerName="System.Data.SqlClient" connectionString="server=localhost;database=BlogSite;trusted_connection=true;trustservercertificate= true;" /> | |
| </connectionStrings> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VeriTabanına bağlanırken kullanılan connection string yapısı