Archive for January, 2010
SQL Server Express Connection String
Posted by allenkwc in .net, Windows Server on January 2, 2010
Remember to add back the SQL instance name in the connection string, such as:
<add name=”ConnStr” connectionString=”Data Source=Serve\SQLEXPRESS;Initial Catalog=MyDB;Integrated Security=True;Pooling=False”
providerName=”System.Data.SqlClient” />