I made a windows form app witch uses sql server as it's database . In my own system, my app is working great with no errors but when I run it in another system it gives me the error - "login failed for user [MyUserName]"
Also I used sql authentication to attach to my database
Here is my connection string
string connectionSt = "Initial Catalog = IndustryContracts; Uid=****;Pwd=****";