Hello All.
i have made an inventory management system in c# using visual studio 2008. it works fine on single p.c . but i want to implement my application on the network . e.g my application will be installed on the server with database installed on it and on other pc's i will install the executable of my application which will when doubleclicked will connect to my server and than users could login from their user accounts. how could this be possible.?????
Any help will be highly appreciated.
Thanks in advance.
Loading
NarayanPosted Sep 6, 2011, 3:40 AM
Try to create a database on the server and install application on each users desktop which will point the database.
Else if you want to do something like this, all the user will access the same application instance placed on the server, You to have something like cetrix server and client configuration.
Prabhu RajaPosted Sep 6, 2011, 5:35 AM