I got this Connection String in C#:
strg_SQL_Connection = @"Server=Server\Instance; Database=DB;UID=domain\user; Password=password;";
It always tries to Login using the User that is logged on on my development machine which I don't want. How can I fix this?