I have problem when connecting to the database when I install my program on another machine.
In my program, I connect database with this connection string:
@"Data Source=Lee-PC;Initial Catalog=CoffeeManagement;Integrated Security=True";
I realize that on another PC, it will not be Lee-PC
for data source, and I can't connect to SQL Server with that link. Please help me know how I can fix it.