Hello friends,
I am currently working on my final semester project. The system is a 3 module application
that i want to develop using c#. Can someone tell me, how can we remotely log in and use
a windows form application developed in c# in full fledge.
The system is not to be placed on Web, but it has to give access to users in an intranet.
Please Help as I have rigid university deadlines. Thanks in advance !!!
Vimal KandasamyPosted Feb 24, 2009, 7:58 AM
It may not be exact,but it will help you..
if that application uses a database that needs to be centralized then
you store its database in one system and install that applications in another systems and access it via LAN
or we can install application in server and create shortcut for that application in all systems in LAN and run that application simultaneously... [ it works for one project in my college when i studying.. ]
you can give permissions as access by everyone...or user can access it by giving user credentials...
you cant access windows application as website through browsers in a LAN i think so..