.NET Connection String


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <connectionStrings>
  2. <clear/>
  3. <add name="NorthwindConnectionString"
  4. connectionString="Data Source=SERVERNAME;Initial Catalog=Northwind;Persist Security Info=True;User ID=username;Password=password"
  5. providerName="System.Data.SqlClient"/>
  6. </connectionStrings>

Report this snippet


Comments


You need to login to view comments.