By tag: ConnectionString
0
kicks
LINQ To SQL and the Web.Config ConnectionString Value
This saved me a lot of time. Great post.
0
kicks
Tip: Put Connection Strings in Their Own Configuration File
This post explain how to split the connection string out into a new configuration file, user.config. Doing this should make day to day development easier for our development team by reducing the number of merge conflicts in web.config.
0
kicks
Include Application Name in Your Connectionstring
Help out your troubleshooting efforts and include your Application Name in connectionstrings.