R
Ross Culver
I have an ASP page with several textboxes that are populated using an ADO
objects and statement in the code behind. The page also has two
datagridviews each populated with datasources using the same connection
string as the ADO statement, all three of which utilize Integrated Security.
My ADO connection fails unless I change the Integrated Security portion of
the string to a specific user and password.
If all three strings are the same, why would ADO fail using Integrated
Security?
Thanks.
Ross
objects and statement in the code behind. The page also has two
datagridviews each populated with datasources using the same connection
string as the ADO statement, all three of which utilize Integrated Security.
My ADO connection fails unless I change the Integrated Security portion of
the string to a specific user and password.
If all three strings are the same, why would ADO fail using Integrated
Security?
Thanks.
Ross