5
Answers

difference between two connection strings?

Hardik Patel

Hardik Patel

11y
1.8k
1
what is the difference between the below connection strins?

1. cn.ConnectionString = ConfigurationManager.AppSettings["CnnStr"].ToString();

2. cn.ConnectionString = ConfigurationManager.Connectionstring["CnnStr"].ToString();
Answers (5)