Stories recently tagged with 'ConnectionString'

LINQ To SQL and the Web.Config ConnectionString Value(west-wind.com)

submitted by anogueiraanogueira(190) 3 years, 8 months ago

This saved me a lot of time. Great post. read more...

add a comment |category: |Views: 629

tags: another

Tip: Put Connection Strings in Their Own Configuration File(stevenharman.net)

submitted by simonechsimonech(10.1k) 4 years, 8 months ago

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. read more...

add a comment |category: |Views: 15

tags: another

Include Application Name in Your Connectionstring(johnnycoder.com)

submitted by bengriswoldbengriswold(184) 5 years, 3 months ago

Help out your troubleshooting efforts and include your Application Name in connectionstrings. read more...

add a comment |category: |Views: 22

tags: another