i have developed desktop application that runs on local computer pc1. now i want to access it from other computers ( pc2 ,pc3,p4)connected in LAN network.
the database and software is installed in pc1 and working fine in there. now i want to install the software on pc2,pc3,pc4 so that i can access the data from pc1. how can i do that. i dont want to access using remote desktop,but i want to develop a client application that enables me to connect to pc1 or to the server.
my application is developed using ms sql 2008 and c#
thanks