Solved! How can I make my program accessible on a Windows server by other end users

Tarci Selo

Prominent
May 30, 2017
2
0
510
The simplest is to put your application on a server, then map a workstation' drive to that location, and creating shortcut for the user to access this location.

But if you want multiple users to work with same set of data (eg two users entering order details), you need to think about your application first - where and how to store that data.