tags:

views:

29

answers:

2

I Have a windows application made using VB.net and Mysql database. I want to install it on a Local network to be used by several users on different windows machines. How best can I do this?

A: 

You will have to install the application on each computer. But you can have on machine running the MySQL server to which the application will connect. This way all users can access the same data.

Jan Hančič
+2  A: 

You should have a look at

astander
+1. Covers "installing" the VB.Net app on the user machines. Albert may also be asking about configuring MySQL server though...
MarkJ