I made a C# based application that use SQLCommand, SQLConnection and SQLAdapter (SQL objects) with database named "base1". Problem is that, SQL is installed in my PC along with Visual Studio, so App recieve no problem in connecting itself to base1 for transaction of data.
Now, i want to make setup of this application. I want to add "base1" in this setup so that when new user install this application, app can easily connect with base1.