I've connected a database file (made from SQL Server .mdf) to one of my C# program. But when I take those files to another PC I need to give the connection string again. It's very annoying for me.
Is there any way to get that connection string automatically when I move my project files to another PC?
Any suggestion would be appreciated.