Reputation: 71
I have created a C# application with a MySql database in Visual Studio 2015. I want to deploy my project using the publish method in Visual Studio including the database. I do not know how to deploy the MySQL database so I can use my application on the target computer without installing any MySQL server or database manually. I want that when I install my application on the target computer, it will auto detect the database and work.
Please help. Thanks.
Upvotes: 2
Views: 959
Reputation: 73
If you use database storage as server means there is no need to install SQL and mySql Database Software. But you need to configure database in webconfig
Upvotes: 1