Dynamic WindowsAuthenticated ConnectionString
-
Hi, I am trying to create a dynamic connectionString with windows authentication. I prepared like this
"Integrated Security=SSPI;Initial Catalog=northwind;Data Source=server-Name"
but it is not working. If I specify username and password by removing 'Integrated Security=SSPI' it is working fine. Am I missing something to prepare a windowsAuthenticated connectionString ? Thanks in Advance Hari
-
Hi, I am trying to create a dynamic connectionString with windows authentication. I prepared like this
"Integrated Security=SSPI;Initial Catalog=northwind;Data Source=server-Name"
but it is not working. If I specify username and password by removing 'Integrated Security=SSPI' it is working fine. Am I missing something to prepare a windowsAuthenticated connectionString ? Thanks in Advance Hari