Search code examples
c#installationinno-setupsetup-projectsetup-deployment

Making a setup project which runs on LAN based connected PCs


how can we run our c# form application on LAN based Connect PC?


Solution

  • I think you want to mirroring your database across the LAN, if so, I suggest that you should try to make a central database and connect to it from your client by LAN connection, any change to the database now can be read instantly from other machine.

    Or, notify clients each time a record is changed on server.