/ Published in: XML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<connectionStrings> <clear/> <add name="NorthwindConnectionString" connectionString="Data Source=SERVERNAME;Initial Catalog=Northwind;Persist Security Info=True;User ID=username;Password=password" providerName="System.Data.SqlClient"/> </connectionStrings>