Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
difference between two connection strings?
Hardik Patel
11y
1.3k
1
Reply
what is the difference between the below connection strins?
1. cn.ConnectionString = ConfigurationManager.AppSettings["CnnStr"].ToString();
2. cn.ConnectionString = ConfigurationManager.Connectionstring["CnnStr"].ToString();
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
How To Use JavaScript Variable in Asp.net Inline Code ?
Retrieve data from 3 tables - MySQL