i want to run my WPF aplication with service account...
Maybe i dont understain situation currectlly but i want to use integrated security=true;
in my connectionString and run application localy but with different account. Is that even possible?
Lets say my windows login acc is testAcc
and my service account is SAtestAcc
.
SAtestAcc has execute rights on database1 and testAcc doesnt have any on same database1...
So how do i specify in my connectionString that i am trying to connect to database with AStestAcc, but not by specifying username
nad password
in connectionString but by using integratedSecurity=true
.
Again: Is that even possible?
Thanx