I Just made an application in C# using Visual Studio and create databases in SQL Server 2012. Now I have to Build the application and install in Client PC. The Problem is that Connection String is Set on my PC, How can I manage all the steps for installing the whole System (Data Base + Visual Studio application) in Client Computer.
Asked
Active
Viewed 52 times
0

ilkerkaran
- 4,214
- 3
- 27
- 42

Mubashar
- 1
- 1
-
is database in local server? – Md. Abdul Alim Aug 16 '18 at 09:22
-
No, Currently database is in my machine. I have to deliver the The database + Build exe file. – Mubashar Aug 16 '18 at 10:34