My question is :
Which system memory is being used by the c# windows form, when it is running on the network through remote desktop when they are connected by LAN. The server memory or the client memory?
I need to know this because i want to store the login details of the users that are presently working on the application both from server end and the client end, in a public class. Basically, performing some sort of session management in windows form.
The OS for both the client and server is : WINDOWS SEVER 2003 (that means the sever is not logged off when the client connects remotely to it, it works normal, if i’am right).
Thanks in advance!
If via remote desktop, then everythig is at the server, except for the RDP client (typically mstsc.exe).