Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Know your sql server connection string

We are going live at 2 clients this week.  I wanted to make sure our sql server connection string was good to go so i dug into the sdk just to make sure. 

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDataSqlClientSqlConnectionClassConnectionStringTopic.asp

This link is invaluable for understanding all the different settings and their possible values.  Though there are default values, I go ahead and explicitly set them in the connection string (encrypted of course).

 

 

 

3 Comments

Comments have been disabled for this content.