TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
scampercat
NA
189
0
ASP.NET 2010 connect to database question
Jul 6 2012 10:49 AM
I am working on a C# 2010 web form application that uses linq to sql connections. In the various *.dbml files that are used, most of the .dbml files use the following connection string:
ConnectionString1 (Web.config), that points to the web.config file.
However in one of the situations, one .dbml file points to
DBConnectionStrings2 (Settings).
Thus can you tell me where the DBConnectionStrings2 (Settings) is referring to? What is the settings that are being referred to?
Reply
Answers (
1
)
Help Regarding insert Data to excel from sqlserver using storedprocedure
ASP.NET 2010 change connect to database